Skip to content

Commit

Permalink
Install npm for markmap-cli #38
Browse files Browse the repository at this point in the history
  • Loading branch information
pintergreg committed Nov 15, 2024
1 parent 2a2bfe8 commit ca8f5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: install dependencies
run: |
sudo apt-get install -y ruby pandoc
sudo apt-get install -y ruby pandoc npm
wget -qO mdbook.tar.gz https://github.com/rust-lang/mdBook/releases/download/v0.4.41/mdbook-v0.4.41-x86_64-unknown-linux-gnu.tar.gz
sudo tar xf mdbook.tar.gz -C /usr/local/bin mdbook
mdbook --version
Expand Down

0 comments on commit ca8f5ce

Please sign in to comment.