This commit is contained in:
xhyrom 2021-12-22 19:05:57 +01:00
parent a414b11651
commit 572a485e23

View file

@ -15,8 +15,9 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: cd src/web
- run: npm ci
- run: cd src/web && npm run ghbuild
- run: npm run ghbuild
- name: Deploy site
uses: JamesIves/github-pages-deploy-action@4.1.4