Skip to content

Commit

Permalink
ci: publish GH pages to this repo (#119)
Browse files Browse the repository at this point in the history
Publish GH pages docs to this repo, not sd2k.github.io.
  • Loading branch information
sd2k authored Nov 2, 2024
1 parent 5f4ad13 commit ba7a09b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ jobs:
run: cargo doc --no-deps --features reqwest

- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v3.7.3
uses: peaceiris/actions-gh-pages@v4.0.0
with:
personal_token: ${{ secrets.PERSONAL_TOKEN }}
personal_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./target/doc
force_orphan: true
external_repository: sd2k/sd2k.github.io

0 comments on commit ba7a09b

Please sign in to comment.