chore: Update docs path

This commit is contained in:
Sidharth Vinod 2022-10-03 11:55:33 +08:00
parent 9425b8adc2
commit 058f1c2edf
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 2 additions and 2 deletions

View File

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