Skip to content

Commit

Permalink
Upgrade mdbook (#124)
Browse files Browse the repository at this point in the history
Typo in tar cmd
  • Loading branch information
CjS77 committed Dec 19, 2023
1 parent c6186a9 commit ce7ce10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rfc_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Install 🦀
run: |
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.36/mdbook-v0.4.36-x86_64-unknown-linux-gnu.tar.gz
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.36/mdbook-v0.4.36-x86_64-unknown-linux-gnu.tar.gz | tar xvz
- name: Build 🛠
run: |
Expand Down

0 comments on commit ce7ce10

Please sign in to comment.