Skip to content

Commit

Permalink
Upgrade peaceiris/actions-mdbook GitHub Action from 1 to 2 version (#…
Browse files Browse the repository at this point in the history
…1254)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 10, 2024
1 parent eac4e21 commit 6f9c5b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
- uses: peaceiris/actions-mdbook@v1
- uses: peaceiris/actions-mdbook@v2

- run: make test.book

Expand Down Expand Up @@ -410,7 +410,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- 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'
&& '/master')
Expand Down

0 comments on commit 6f9c5b1

Please sign in to comment.