fix: gh pages workflow

This commit is contained in:
Emerson Bottero 2022-10-20 23:03:17 -03:00
parent 870cfdc44c
commit 563aff2d72
1 changed files with 6 additions and 1 deletions

View File

@ -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 🚀📕