Fix build script

This commit is contained in:
Giovanni Giordano 2020-01-03 23:28:33 +01:00
parent d41dc4cf1f
commit 9c101f4bd2

View File

@ -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