diff --git a/.github/workflows/render-documentation.yml b/.github/workflows/render-documentation.yml index 30ee933..db3617f 100644 --- a/.github/workflows/render-documentation.yml +++ b/.github/workflows/render-documentation.yml @@ -25,4 +25,5 @@ jobs: with: source-path: './src' target-path: './docs/api.md' - fail-on-warnings: true \ No newline at end of file + fail-on-warnings: true + commit: ${{ github.event_name != 'pull_request' }} # Only commit changes if not a PR