From dae6834768a22ea67356e6356d458fb74c245282 Mon Sep 17 00:00:00 2001 From: Arvyd Paeglit Date: Tue, 27 Aug 2024 09:33:47 +0200 Subject: [PATCH] chore: fixed docs sync script by fixing a path (#522) --- .github/workflows/readme-sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/readme-sync.yaml b/.github/workflows/readme-sync.yaml index 54730e242..2a2a9d1cb 100644 --- a/.github/workflows/readme-sync.yaml +++ b/.github/workflows/readme-sync.yaml @@ -52,7 +52,7 @@ jobs: echo "No documentation changes detected, exiting." fi env: - SOURCE_PATH: ./docs/docs/scm-ide-and-ci-cd-workflow-and-integrations/snyk-ide-plugins-and-extensions/visual-studio-code-extension/README.md + SOURCE_PATH: ./docs/docs/scm-ide-and-ci-cd-integrations/snyk-ide-plugins-and-extensions/visual-studio-code-extension/README.md FILE_TO_COMMIT: README.md DESTINATION_REPOSITORY: vscode-extension DESTINATION_BRANCH: docs/automatic-gitbook-update