fix: File location

This commit is contained in:
Sidharth Vinod 2022-10-03 14:03:44 +08:00
parent 75db08a60c
commit 1d8d677d81
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 2 additions and 1 deletions

View File

@ -55,6 +55,7 @@ jobs:
use_fork_point: 'true'
files: |
packages/mermaid/src/docs/*
packages/mermaid/src/docs.mts
- name: Run step if any file(s) in the docs folder change
if: steps.changed-files-fork-point.outputs.any_modified == 'true'
@ -68,7 +69,7 @@ jobs:
if: steps.changed-files-fork-point.outputs.any_modified == 'true'
with:
message: 'Update docs'
add: 'packages/mermaid/docs/*'
add: 'docs/*'
- name: Verify Docs
run: pnpm run docs:verify