Skip to content

Commit

Permalink
install mermaid-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ma91n committed Dec 24, 2024
1 parent 1483b5c commit 72a15b2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/GHPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Set up Dependencies
run: |
sudo apt-get update
sudo apt-get install -y npm
npm install -g mermaid-filter
- uses: docker://pandoc/latex:2.9
with:
args: |
sh build-resources-with-pandoc.sh
sh -c "
&& apk add --no-cache nodejs npm \
&& npm install -g mermaid-filter \
&& sh build-resources-with-pandoc.sh
"
- name: Install Packages
run: |
npm i -f
Expand Down

0 comments on commit 72a15b2

Please sign in to comment.