diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index f98ae5f9..5a96e202 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -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