mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-14 22:18:46 +00:00
Fix rustdoc action
This commit is contained in:
2
.github/workflows/rustdoc.yaml
vendored
2
.github/workflows/rustdoc.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
run: source "$HOME/.cargo/env"; rustup update --no-self-update stable
|
run: source "$HOME/.cargo/env"; rustup update --no-self-update stable
|
||||||
|
|
||||||
- name: Build Documentation
|
- name: Build Documentation
|
||||||
run: source "$HOME/.cargo/env"; cargo doc --all --no-deps
|
run: source "$HOME/.cargo/env"; cargo doc --all
|
||||||
|
|
||||||
- name: Deploy Docs
|
- name: Deploy Docs
|
||||||
uses: peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad # v3.4.0
|
uses: peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad # v3.4.0
|
||||||
|
|||||||
Reference in New Issue
Block a user