Skip to content

Commit

Permalink
Update docs Github Action (#4069)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored Nov 12, 2024
1 parent ab2f72f commit e2b0732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: Swatinem/rust-cache@v2

- uses: peaceiris/actions-mdbook@v1
- uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: latest

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
done
- name: Deploy Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/master'
with:
github_token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit e2b0732

Please sign in to comment.