Skip to content

Commit

Permalink
Install mdbook manually #5
Browse files Browse the repository at this point in the history
  • Loading branch information
pintergreg committed Sep 16, 2024
1 parent 37886fa commit 057a454
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:

- name: install dependencies
run: |
sudo apt-get install -y snapd ruby pandoc
sudo snap install mdbook
sudo apt-get install -y ruby pandoc pandoc-citeproc
wget -qO mdbook.tar.gz https://github.com/rust-lang/mdBook/releases/latest/download/mdbook-v0.4.40-x86_64-unknown-linux-gnu.tar.gz
sudo tar xf mdbook.tar.gz -C /usr/local/bin mdbook
mdbook --version
rm -rf mdbook.tar.gz
- name: compile presentaion
run: |
Expand Down

0 comments on commit 057a454

Please sign in to comment.