Skip to content

Commit

Permalink
Update mdbook.yaml
Browse files Browse the repository at this point in the history
revert version change the issue was in the index.hbs
  • Loading branch information
ygrabit authored Dec 13, 2024
1 parent 2a1f51f commit e9ca8f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mdbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: "~0.4.31"
mdbook-version: 'latest'

- uses: jontze/action-mdbook@v2
with:
token: ${{secrets.GITHUB_TOKEN}}
mdbook-version: "~0.4.31"
mdbook-version: "~0.4.25"
use-mermaid: true
mermaid-version: "~0.12.6"
use-toc: true
Expand Down

0 comments on commit e9ca8f2

Please sign in to comment.