Upgrade peaceiris/actions-mdbook
GitHub Action from 1 to 2 version (#1254)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
eac4e21c68
commit
6f9c5b1034
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -263,7 +263,7 @@ jobs:
|
||||||
- uses: dtolnay/rust-toolchain@v1
|
- uses: dtolnay/rust-toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ matrix.toolchain }}
|
toolchain: ${{ matrix.toolchain }}
|
||||||
- uses: peaceiris/actions-mdbook@v1
|
- uses: peaceiris/actions-mdbook@v2
|
||||||
|
|
||||||
- run: make test.book
|
- run: make test.book
|
||||||
|
|
||||||
|
@ -410,7 +410,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: peaceiris/actions-mdbook@v1
|
- uses: peaceiris/actions-mdbook@v2
|
||||||
|
|
||||||
- run: make book.build out=gh-pages${{ (github.ref == 'refs/heads/master'
|
- run: make book.build out=gh-pages${{ (github.ref == 'refs/heads/master'
|
||||||
&& '/master')
|
&& '/master')
|
||||||
|
|
Loading…
Add table
Reference in a new issue