Skip to content

Commit

Permalink
Use same action as user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Jan 25, 2024
1 parent 4e42c6c commit b917af6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
run: cargo +nightly doc --features fips,unstable --no-deps --workspace

- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v3
uses: JamesIves/github-pages-deploy-action@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./target/doc
destination_dir: ${{ github.ref_name }}
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: target/doc
target-folder: ${{ github.ref_name }}

0 comments on commit b917af6

Please sign in to comment.