1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 21:33:18 +00:00

jekyll env for prod

This commit is contained in:
Kyle Spearrin
2020-04-27 14:30:40 -04:00
parent ff51d3251b
commit d9ea326c92
3 changed files with 54 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ jobs:
- name: Build site
if: github.ref != 'refs/heads/master'
run: npm run build
run: npm run build:prod
- name: Build site and deploy to gh-pages
if: github.ref == 'refs/heads/master'