From e4b7369b100eb59b22bc2b970cd88f4bd5f654a3 Mon Sep 17 00:00:00 2001 From: harmj0y Date: Mon, 27 Oct 2025 16:39:23 -0700 Subject: [PATCH] Update generate-api-docs.yml --- .github/workflows/generate-api-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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