We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1483b5c commit 72a15b2Copy full SHA for 72a15b2
.github/workflows/GHPages.yml
@@ -10,15 +10,14 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- uses: actions/setup-node@v4
13
- - name: Set up Dependencies
14
- run: |
15
- sudo apt-get update
16
- sudo apt-get install -y npm
17
- npm install -g mermaid-filter
18
- uses: docker://pandoc/latex:2.9
19
with:
20
args: |
21
- 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
+ "
22
- name: Install Packages
23
run: |
24
npm i -f
0 commit comments