Skip to content

Commit

Permalink
feat: build is prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Nov 29, 2019
1 parent 074fa38 commit 695e7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: npm ci
working-directory: ./docs
- name: Build
run: npm run build --prod
run: npm run build
working-directory: ./docs
- name: Archive Artifact
uses: actions/upload-artifact@master
Expand Down

0 comments on commit 695e7b6

Please sign in to comment.