Fix deploy script

This commit is contained in:
Maximilian Ammann 2021-12-09 15:13:32 +01:00
parent 09c626a1d0
commit 897bc4a302

View File

@ -32,9 +32,11 @@ jobs:
run: npm install
- name: Build
run: npm run build
- name: Prepare for deployment
run: mv dist public
- name: Deploy to gh-pages 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: web/dist
folder: web/public