Skip to content

Commit

Permalink
Fix GH doc deploy (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Jan 26, 2024
1 parent 8f14362 commit ff265a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
with:
persist-credentials: false
submodules: 'recursive'
- name: Install Stable Rust Toolchain
uses: dtolnay/rust-toolchain@stable
id: toolchain
- name: Install Nightly Rust Toolchain
uses: dtolnay/rust-toolchain@nightly
id: toolchain
Expand All @@ -31,7 +28,7 @@ jobs:
./mdbook build book
./mdbook test book
- name: Build Documentation
run: cargo +nightly doc --features fips,unstable --no-deps --workspace
run: cargo doc --features fips,unstable --no-deps --workspace
- name: Copy docs
run: |
cp --recursive target/doc -t book/book/rustdocs/${{ github.ref_name }}
Expand Down

0 comments on commit ff265a3

Please sign in to comment.