Update the web-demo CI action with the new folder name

This commit is contained in:
Emil Ernerfeldt 2023-11-16 16:45:06 +01:00
parent 94edb9d5e0
commit beb4714e40
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs
folder: web_demo
# this option will not maintain any history of your previous pages deployment
# set to false if you want all page build to be committed to your gh-pages branch history
single-commit: true