From 058f1c2edf4908f0bbb63e955bee6e6e359f7caf Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Mon, 3 Oct 2022 11:55:33 +0800 Subject: [PATCH] chore: Update docs path --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index aa80e5c6e..13b2c4ebe 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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