mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-26 19:56:45 +02:00
fix(docs): Test auto commit
This commit is contained in:
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
|||||||
packages/mermaid/src/docs/*
|
packages/mermaid/src/docs/*
|
||||||
|
|
||||||
- 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.only_modified == 'true'
|
if: steps.changed-files-fork-point.outputs.any_modified == 'true'
|
||||||
run: |
|
run: |
|
||||||
echo "Only files in the src/docs folder has changed."
|
echo "Only files in the src/docs folder has changed."
|
||||||
echo "List all the files that have changed: ${{ steps.changed-files-specific.outputs.all_changed_files }}"
|
echo "List all the files that have changed: ${{ steps.changed-files-specific.outputs.all_changed_files }}"
|
||||||
@@ -65,7 +65,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
if: steps.changed-files-fork-point.outputs.only_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: 'packages/mermaid/docs/*'
|
||||||
|
Reference in New Issue
Block a user