mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
deploy nightly rust docs to dioxuslab.com/api-docs/nightly
This commit is contained in:
parent
162b033c36
commit
7a53dc20d8
1 changed files with 5 additions and 0 deletions
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
|
@ -30,3 +30,8 @@ jobs:
|
|||
with:
|
||||
branch: gh-pages-docs
|
||||
folder: target/doc
|
||||
target-folder: api-docs/nightly
|
||||
repository-name: dioxuslabs/docsite
|
||||
clean: false
|
||||
token: ${{ secrets.DEPLOY_KEY }} # let's pretend I don't need it for now
|
||||
|
||||
|
|
Loading…
Reference in a new issue