Skip to content

Commit

Permalink
Update GHPages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ma91n authored Dec 24, 2024
1 parent 6e559fd commit 17e450b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/GHPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: docker://pandoc/latex:3.6.0-ubuntu
- uses: docker://pandoc/latex:2.9
with:
args: |
sh -c "
sudo apt update \
&& sudo apt install -y nodejs npm \
&& npm install -g 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 17e450b

Please sign in to comment.