Skip to content

Commit

Permalink
build using mdbook
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Feb 8, 2025
1 parent 42a57a2 commit abf7266
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ jobs:
pwd
./generate_slides.py
- name: Download mdBook
run: |
wget https://github.com/rust-lang/mdBook/releases/download/v0.4.44/mdbook-v0.4.44-x86_64-unknown-linux-gnu.tar.gz
tar xzf mdbook-v0.4.44-x86_64-unknown-linux-gnu.tar.gz
- name: mdBook
run: |
../mdbook build --dest-dir ../html/github-pages github-pages/
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit abf7266

Please sign in to comment.