From c269f6fcee3d7512a8da36a4ca1a0416b1c62bc3 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 18 Jul 2024 14:31:06 +0530 Subject: [PATCH] chore: Remove update step from lint.yml --- .github/workflows/lint.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ac34067f6..632cd6ddc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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/*'