Skip to content

Commit

Permalink
ci: update docs paths (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
thulieblack authored Feb 5, 2025
1 parent 27db3e9 commit d2baf55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-docs-in-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- 'master'
paths:
- 'docs/*.md'
- 'docs/**/*.md'

jobs:
Make-PR:
Expand Down Expand Up @@ -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 }}"
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 }}"

0 comments on commit d2baf55

Please sign in to comment.