Skip to content

Commit

Permalink
⬆️ bump mdbook-codeblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Roms1383 committed Jul 18, 2023
1 parent b76d5d5 commit de80025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install mdbook-codeblocks
run: |
mkdir mdbook-codeblocks
curl -sSL https://github.com/Roms1383/mdbook-codeblocks/releases/download/v0.1.8/mdbook-codeblocks-v0.1.8-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook-codeblocks
curl -sSL https://github.com/Roms1383/mdbook-codeblocks/releases/download/v0.1.9/mdbook-codeblocks-v0.1.9-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook-codeblocks
echo `pwd`/mdbook-codeblocks >> $GITHUB_PATH
- name: Install mdbook-admonish
run: |
Expand Down

0 comments on commit de80025

Please sign in to comment.