mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
chore: Remove update step from lint.yml
This commit is contained in:
parent
fd8f3c3039
commit
c269f6fcee
12
.github/workflows/lint.yml
vendored
12
.github/workflows/lint.yml
vendored
@ -82,15 +82,3 @@ jobs:
|
|||||||
working-directory: ./packages/mermaid
|
working-directory: ./packages/mermaid
|
||||||
continue-on-error: ${{ github.event_name == 'push' }}
|
continue-on-error: ${{ github.event_name == 'push' }}
|
||||||
run: pnpm run docs:verify
|
run: pnpm run docs:verify
|
||||||
|
|
||||||
- name: Rebuild Docs
|
|
||||||
if: ${{ steps.verifyDocs.outcome == 'failure' && github.event_name == 'push' }}
|
|
||||||
working-directory: ./packages/mermaid
|
|
||||||
run: pnpm run docs:build
|
|
||||||
|
|
||||||
- name: Commit changes
|
|
||||||
uses: EndBug/add-and-commit@v9
|
|
||||||
if: ${{ steps.verifyDocs.outcome == 'failure' && github.event_name == 'push' }}
|
|
||||||
with:
|
|
||||||
message: 'Update docs'
|
|
||||||
add: 'docs/*'
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user