diff --git a/.github/gh-pages-publish.yml b/.github/gh-pages-publish.yml index 4a5fc4d95..75ea8b666 100644 --- a/.github/gh-pages-publish.yml +++ b/.github/gh-pages-publish.yml @@ -9,9 +9,14 @@ jobs: - name: Checkout 🛎️ uses: actions/checkout@v3 + - name: Install pnpm + uses: pnpm/action-setup@v2.2.4 + + - name: Install deps + run: pnpm install + - name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. run: | - pnpm install cd ./packages/mermaid pnpm docs:bundle - name: Deploy 🚀📕