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
7f886e3888
commit
9c1ac76663
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- name: Set up cargo cache
|
- name: Set up cargo cache
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
with:
|
with:
|
||||||
prefix-key: "v0-docs"
|
prefix-key: 'v0-docs'
|
||||||
|
|
||||||
- name: cargo doc
|
- name: cargo doc
|
||||||
run: cargo doc --no-deps --workspace
|
run: cargo doc --no-deps --workspace
|
||||||
|
|
Loading…
Reference in a new issue