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 2ad09a7 commit 3317174
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/GHPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Set up Dependencies
run: |
apt-get update
apt-get install -y python3-pip
pip3 install mermaid-filter
- uses: docker://pandoc/latex:2.9
with:
args: |
sh -c "
apk update \
&& apk add python3 py3-pip pandoc \
&& pip3 install mermaid-filter \
&& sh build-resources-with-pandoc.sh
"
sh build-resources-with-pandoc.sh
- name: Install Packages
run: |
npm i -f
Expand Down

0 comments on commit 3317174

Please sign in to comment.