Skip to content

Commit

Permalink
Fix mdbook test (#116)
Browse files Browse the repository at this point in the history
2f270a1
forgot to update the test by the looks of it
  • Loading branch information
VasilisThePikachu authored Jan 1, 2024
1 parent 7bcf319 commit e8c5c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: Install mdbook & plugins
uses: taiki-e/[email protected]
with:
tool: [email protected].34,mdbook-admonish@1.11.1,[email protected],[email protected],[email protected],[email protected]
tool: [email protected].36,mdbook-admonish@1.14.0,[email protected],[email protected],[email protected],[email protected]
- name: Build with mdBook
run: mdbook build
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: Built Site
path: ./book/html
retention-days: 3
retention-days: 3

0 comments on commit e8c5c1c

Please sign in to comment.