Skip to content

Commit 95cdb2c

Browse files
committed
Fix GitHub Pages deployment.
1 parent bbd0154 commit 95cdb2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ jobs:
99
build-deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313

1414
- name: Setup mdBook
15-
uses: peaceiris/actions-mdbook@v1
15+
uses: peaceiris/actions-mdbook@v2
1616
with:
17-
mdbook-version: '0.4.30'
17+
mdbook-version: '0.4.52'
1818

1919
- run: mdbook build docs
2020

2121
- name: Deploy
22-
uses: peaceiris/actions-gh-pages@v3
22+
uses: peaceiris/actions-gh-pages@v4
2323
with:
24-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
24+
github_token: ${{ secrets.GITHUB_TOKEN }}
2525
publish_branch: gh-pages
2626
publish_dir: ./docs/book

0 commit comments

Comments
 (0)