mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 06:30:20 +00:00
fix: prerelease docs
This commit is contained in:
parent
1fc194c93c
commit
e9c65e3e8e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
if: github.event.pull_request.draft == false
|
||||
name: Build & Deploy
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
|
@ -24,7 +25,7 @@ jobs:
|
|||
|
||||
|
||||
- name: cargo doc
|
||||
run: cargo doc --no-deps --workspace
|
||||
run: cargo doc --no-deps --workspace --features fullstack/server
|
||||
|
||||
- name: upload artifacts
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
|
|
Loading…
Reference in a new issue