We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
peaceiris/actions-mdbook
1 parent eac4e21 commit 6f9c5b1Copy full SHA for 6f9c5b1
.github/workflows/ci.yml
@@ -263,7 +263,7 @@ jobs:
263
- uses: dtolnay/rust-toolchain@v1
264
with:
265
toolchain: ${{ matrix.toolchain }}
266
- - uses: peaceiris/actions-mdbook@v1
+ - uses: peaceiris/actions-mdbook@v2
267
268
- run: make test.book
269
@@ -410,7 +410,7 @@ jobs:
410
runs-on: ubuntu-latest
411
steps:
412
- uses: actions/checkout@v4
413
414
415
- run: make book.build out=gh-pages${{ (github.ref == 'refs/heads/master'
416
&& '/master')
0 commit comments