mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-02-04 07:13: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'
|
use_fork_point: 'true'
|
||||||
files: |
|
files: |
|
||||||
packages/mermaid/src/docs/*
|
packages/mermaid/src/docs/*
|
||||||
|
packages/mermaid/src/docs.mts
|
||||||
|
|
||||||
- name: Run step if any file(s) in the docs folder change
|
- name: Run step if any file(s) in the docs folder change
|
||||||
if: steps.changed-files-fork-point.outputs.any_modified == 'true'
|
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'
|
if: steps.changed-files-fork-point.outputs.any_modified == 'true'
|
||||||
with:
|
with:
|
||||||
message: 'Update docs'
|
message: 'Update docs'
|
||||||
add: 'packages/mermaid/docs/*'
|
add: 'docs/*'
|
||||||
|
|
||||||
- name: Verify Docs
|
- name: Verify Docs
|
||||||
run: pnpm run docs:verify
|
run: pnpm run docs:verify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user