mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
fix: prerelease doc
This commit is contained in:
parent
b43ae755ce
commit
3c1028c523
2 changed files with 2 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 --exclude fullstack
|
||||
run: cargo doc --no-deps --workspace --features dioxus-fullstack/doc
|
||||
|
||||
- name: upload artifacts
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
|
|
|
@ -81,3 +81,4 @@ salvo = ["dep:salvo", "server", "http-body-util"]
|
|||
server = ["server_fn/ssr", "dioxus_server_macro/server", "tokio", "tokio-util", "tokio-stream", "dioxus-ssr", "dioxus-ssr/incremental", "tower", "hyper", "http", "tower-layer", "anymap", "tracing-futures", "pin-project", "thiserror", "dioxus-cli-config"]
|
||||
default-tls = ["server_fn/default-tls"]
|
||||
rustls = ["server_fn/rustls"]
|
||||
doc = ["thiserror"]
|
||||
|
|
Loading…
Reference in a new issue