Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannigiordano committed Jan 3, 2020
1 parent d41dc4c commit 9c101f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Build
run: |
npm ci
npm RUN build
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
Expand Down

0 comments on commit 9c101f4

Please sign in to comment.