Skip to content

Commit

Permalink
Merge pull request RustLangES#65 from RustLangES/workflow
Browse files Browse the repository at this point in the history
ci: update mdbook version on mdbook pipeline
  • Loading branch information
SergioRibera authored Mar 16, 2024
2 parents 323542f + e900e7d commit 2f44626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install mdbook
run: |
mkdir bin
curl -sSL https://github.com/RustLangES/mdBook/releases/download/v0.4.36-localization-v0.2/mdbook-v0.4.36-localization-v0.2-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
curl -sSL https://github.com/RustLangES/mdBook/releases/download/v0.4.36-localization-v0.4/mdbook-v0.4.36-localization-v0.4-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
curl -sSL https://github.com/catppuccin/mdBook/releases/download/v0.1.1/mdbook-catppuccin-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
echo "$(pwd)/bin" >> ${GITHUB_PATH}
- name: Setup Pages
Expand Down

0 comments on commit 2f44626

Please sign in to comment.