diff --git a/.github/workflows/generate-api-docs.yml b/.github/workflows/generate-api-docs.yml index 0c83819..707dc32 100644 --- a/.github/workflows/generate-api-docs.yml +++ b/.github/workflows/generate-api-docs.yml @@ -46,6 +46,6 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'docs: update API documentation [skip ci]' - file_pattern: 'docs/api/*' + file_pattern: 'docs/*' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file