Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… fixup! fixup! fixup! fixup! Allow building all the slides at once
  • Loading branch information
tdittr committed Aug 13, 2024
1 parent 7091d4e commit 1f896b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
node-version: 'lts/*'
- name: Install mdbook
run: |
wget "https://github.com/rust-lang/mdBook/releases/download/v0.4.40/mdbook-v0.4.40-x86_64-unknown-linux-gnu.tar.gz"
wget --no-verbose "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
sudo mv mdbook /usr/bin/
- name: Install npm dependencies
run: npm install
run: cd slides/ && npm install

- name: Build
run: ./build-all.sh ${{github.event.repository.name}}
Expand Down

0 comments on commit 1f896b4

Please sign in to comment.