mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Update the web-demo CI action with the new folder name
This commit is contained in:
2
.github/workflows/deploy_web_demo.yml
vendored
2
.github/workflows/deploy_web_demo.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
|||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
with:
|
with:
|
||||||
folder: docs
|
folder: web_demo
|
||||||
# this option will not maintain any history of your previous pages deployment
|
# 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
|
# set to false if you want all page build to be committed to your gh-pages branch history
|
||||||
single-commit: true
|
single-commit: true
|
||||||
|
|||||||
Reference in New Issue
Block a user