Skip to content

Commit

Permalink
Update the web-demo CI action with the new folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 16, 2023
1 parent 94edb9d commit beb4714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_web_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit beb4714

Please sign in to comment.