mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
fix the docsite branch
This commit is contained in:
parent
7a53dc20d8
commit
002de62e0c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.5.0
|
uses: JamesIves/github-pages-deploy-action@v4.5.0
|
||||||
with:
|
with:
|
||||||
branch: gh-pages-docs
|
branch: gh-pages
|
||||||
folder: target/doc
|
folder: target/doc
|
||||||
target-folder: api-docs/nightly
|
target-folder: api-docs/nightly
|
||||||
repository-name: dioxuslabs/docsite
|
repository-name: dioxuslabs/docsite
|
||||||
|
|
Loading…
Reference in a new issue