mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
fix: prerelease docs
This commit is contained in:
parent
eea70dc1f2
commit
2d723c0e28
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
|
||||
|
||||
- name: cargo doc
|
||||
run: cargo doc --no-deps --workspace --features fullstack/server
|
||||
run: cargo doc --no-deps --workspace --features "fullstack/server"
|
||||
|
||||
- name: upload artifacts
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
|
|
Loading…
Reference in a new issue