mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 14:29:25 +02:00
fix: File location
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user