Skip to content

Commit

Permalink
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 7406ef4 commit 30f7340
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +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

Expand Down Expand Up @@ -68,7 +70,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: slides
needs: upload
runs-on: ubuntu-latest
name: Deploy
steps:
Expand Down

0 comments on commit 30f7340

Please sign in to comment.