File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 4242 name : ${{ matrix.task.name }}
4343
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v5
4646
4747 - uses : actions-rust-lang/setup-rust-toolchain@v1
4848 with :
Original file line number Diff line number Diff line change 99jobs :
1010 doc :
1111 runs-on : ubuntu-latest
12+ permissions :
13+ contents : write
14+ concurrency :
15+ group : ${{ github.workflow }}-${{ github.ref }}
1216 steps :
1317 - name : Checkout repository
14- uses : actions/checkout@v3
18+ uses : actions/checkout@v5
1519
1620 - name : Install mdBook
1721 uses : taiki-e/install-action@v2
2226 run : mdbook build docs
2327
2428 - name : Deploy to GitHub Pages
25- uses : peaceiris/actions-gh-pages@v3
29+ if : github.ref == 'refs/heads/main'
30+ uses : peaceiris/actions-gh-pages@v4
2631 with :
2732 github_token : ${{ secrets.GITHUB_TOKEN }}
2833 publish_dir : ./docs/book
You can’t perform that action at this time.
0 commit comments