Merge remote-tracking branch 'origin/develop' into pr/BD103/3890

* origin/develop:
  fix: Fail docs:verify on non push events
This commit is contained in:
Sidharth Vinod
2022-12-07 11:58:33 +05:30

View File

@@ -41,7 +41,7 @@ jobs:
- name: Verify Docs
id: verifyDocs
working-directory: ./packages/mermaid
continue-on-error: true
continue-on-error: ${{ github.event_name == 'push' }}
run: pnpm run docs:verify
- name: Rebuild Docs