fix: docs build command

This commit is contained in:
Sidharth Vinod
2022-12-07 11:40:17 +05:30
parent 792c1a8320
commit 7553827985

View File

@@ -46,8 +46,8 @@ jobs:
- name: Rebuild Docs
if: ${{ steps.verifyDocs.outcome == 'failure' && github.event_name == 'push' }}
run: |
yarn docs:build
working-directory: ./packages/mermaid
run: pnpm run docs:build
- name: Commit changes
uses: EndBug/add-and-commit@v9