Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Allow building all the slides at once
Browse files Browse the repository at this point in the history
  • Loading branch information
tdittr committed Aug 12, 2024
1 parent 30f7340 commit be72ddf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
run: |
wget "https://github.com/rust-lang/mdBook/releases/download/v0.4.40/mdbook-v0.4.40-x86_64-unknown-linux-gnu.tar.gz"
tar -xzf mdbook-v0.4.40-x86_64-unknown-linux-gnu.tar.gz
ls
ls *
- name: Build book
run: mdbook-v0.4.40-x86_64-unknown-linux-gnu/mdbook build
run: ./mdbook build


slides:
Expand Down

0 comments on commit be72ddf

Please sign in to comment.