Skip to content

Commit

Permalink
Fix doc deploy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Jan 26, 2024
1 parent 8d0b08e commit 48eb591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run: cargo doc --features fips,unstable --no-deps --workspace
- name: Copy docs
run: |
mkdir -p book/book/rustdocs/${{ github.ref_name }}
cp --recursive target/doc -t book/book/rustdocs/${{ github.ref_name }}
- name: Deploy Docs
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 48eb591

Please sign in to comment.