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
…328)

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] authored Apr 9, 2024
1 parent 13211eb commit 9c8821d
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 @@ -161,7 +161,7 @@ jobs:
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
- uses: peaceiris/actions-mdbook@v1
- uses: peaceiris/actions-mdbook@v2

- run: make test.book

Expand Down Expand Up @@ -275,7 +275,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/main'
Expand Down

0 comments on commit 9c8821d

Please sign in to comment.