Browse Source

Fix build script

pull/84/head
Giovanni Giordano 6 years ago
parent
commit
9c101f4bd2
  1. 2
      .github/workflows/deploy.yml

2
.github/workflows/deploy.yml

@ -13,7 +13,7 @@ jobs:
- name: Build - name: Build
run: | run: |
npm ci npm ci
npm RUN build npm run build
- name: Deploy - name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3 uses: JamesIves/github-pages-deploy-action@releases/v3

Loading…
Cancel
Save