mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-12 18:49:37 +02:00
fix: docs build command
This commit is contained in:
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -46,8 +46,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Rebuild Docs
|
- name: Rebuild Docs
|
||||||
if: ${{ steps.verifyDocs.outcome == 'failure' && github.event_name == 'push' }}
|
if: ${{ steps.verifyDocs.outcome == 'failure' && github.event_name == 'push' }}
|
||||||
run: |
|
working-directory: ./packages/mermaid
|
||||||
yarn docs:build
|
run: pnpm run docs:build
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
|
Reference in New Issue
Block a user