mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
fix: File location
This commit is contained in:
parent
75db08a60c
commit
1d8d677d81
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user