Skip to content

Commit ad5f9f5

Browse files
committed
Don't commit docs on PRs
1 parent e99aae3 commit ad5f9f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/render-documentation.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ jobs:
2626
source-path: './src'
2727
target-path: './docs/api.md'
2828
fail-on-warnings: true
29+
commit: ${{ github.event_name != 'pull_request' }} # Only commit changes if not a PR

0 commit comments

Comments
 (0)