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 e2317ce commit 6e559fd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/GHPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: docker://pandoc/latex:2.9
- uses: docker://pandoc/latex:3.6.0-ubuntu
with:
args: |
sh -c "
apk update \
&& apk add --no-cache curl bash python3 \
&& curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash \
&& source ~/.nvm/nvm.sh \
&& nvm install --lts \
sudo apt update \
&& sudo apt install -y nodejs npm \
&& npm install -g mermaid-filter \
&& sh build-resources-with-pandoc.sh
"
Expand Down

0 comments on commit 6e559fd

Please sign in to comment.