Fix rustdoc action

This commit is contained in:
Jeehoon Kang
2023-06-21 02:44:51 +09:00
parent 93ba89d4dd
commit a094ad3d8e

View File

@@ -26,7 +26,7 @@ jobs:
run: source "$HOME/.cargo/env"; rustup update --no-self-update stable
- name: Build Documentation
run: source "$HOME/.cargo/env"; cargo doc --all --no-deps
run: source "$HOME/.cargo/env"; cargo doc --all
- name: Deploy Docs
uses: peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad # v3.4.0