Skip to content

Commit

Permalink
build(deps): bump peaceiris/actions-mdbook from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [peaceiris/actions-mdbook](https://github.com/peaceiris/actions-mdbook) from 1 to 2.
- [Release notes](https://github.com/peaceiris/actions-mdbook/releases)
- [Changelog](https://github.com/peaceiris/actions-mdbook/blob/main/CHANGELOG.md)
- [Commits](peaceiris/actions-mdbook@v1...v2)

---
updated-dependencies:
- dependency-name: peaceiris/actions-mdbook
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bilelmoussaoui committed Apr 15, 2024
1 parent eb5be4f commit 808bf3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
override: true

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
uses: peaceiris/actions-mdbook@v2

- run: mdbook build -d public
working-directory: book
Expand Down

0 comments on commit 808bf3f

Please sign in to comment.