chore: Remove update step from lint.yml

This commit is contained in:
Sidharth Vinod 2024-07-18 14:31:06 +05:30
parent fd8f3c3039
commit c269f6fcee
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

View File

@ -82,15 +82,3 @@ jobs:
working-directory: ./packages/mermaid
continue-on-error: ${{ github.event_name == 'push' }}
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/*'