diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index 9c73de54..4173da68 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -15,7 +15,8 @@ jobs: args: sh build-resources-with-pandoc.sh - name: Install Packages run: | - npm i -fz + npm i -f + npm i --global mermaid-filter - name: Build all run: | npm run build