Skip to content

Commit

Permalink
i know how yaml works i promise
Browse files Browse the repository at this point in the history
  • Loading branch information
suaviloquence authored Aug 7, 2024
1 parent 299bee4 commit 407228a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Install `mdbook` and build
working-directory: doc
run: |
- mkdir bin &&
- curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.40/mdbook-v0.4.40-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin &&
- bin/mdbook build
mkdir bin &&
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.40/mdbook-v0.4.40-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin &&
bin/mdbook build
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit 407228a

Please sign in to comment.