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 }}"