From 814ec7379919d94857cb6e66d5f8164f8ceb0749 Mon Sep 17 00:00:00 2001 From: V Thulisile Sibanda <66913810+thulieblack@users.noreply.github.com> Date: Wed, 5 Feb 2025 13:06:42 +0200 Subject: [PATCH] update-docs-in-website.yml --- .github/workflows/update-docs-in-website.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-docs-in-website.yml b/.github/workflows/update-docs-in-website.yml index c54727640..375715d44 100644 --- a/.github/workflows/update-docs-in-website.yml +++ b/.github/workflows/update-docs-in-website.yml @@ -6,7 +6,7 @@ on: branches: - 'master' paths: - - 'docs/*.md' + - 'docs/**/*.md' jobs: Make-PR: @@ -83,4 +83,4 @@ jobs: - name: Create PR working-directory: ./website run: | - gh pr create --title "docs(community): update latest community documentation" --body "Updated community documentation is available and this PR introduces update to community folder on the website" --head "update-community-docs-${{ github.sha }}" \ No newline at end of file + gh pr create --title "docs(community): update latest community documentation" --body "Updated community documentation is available and this PR introduces update to community folder on the website" --head "update-community-docs-${{ github.sha }}"