mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
ci: fix deploy dir
This commit is contained in:
parent
d5120d81aa
commit
a5477d287c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
|
@ -22,9 +22,9 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: cd docs &&
|
||||
cd guide && mdbook build -d ../docs/nightly/guide && cd .. &&
|
||||
cd reference && mdbook build -d ../docs/nightly/reference && cd .. &&
|
||||
cd router && mdbook build -d ../docs/nightly/router && cd ..
|
||||
cd guide && mdbook build -d ../nightly/guide && cd .. &&
|
||||
cd reference && mdbook build -d ../nightly/reference && cd .. &&
|
||||
cd router && mdbook build -d ../nightly/router && cd ..
|
||||
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@v4.2.3
|
||||
|
|
Loading…
Reference in a new issue