We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6128329 + ad5f9f5 commit d70b7a0Copy full SHA for d70b7a0
.github/workflows/render-documentation.yml
@@ -26,3 +26,4 @@ jobs:
26
source-path: './src'
27
target-path: './docs/api.md'
28
fail-on-warnings: true
29
+ commit: ${{ github.event_name != 'pull_request' }} # Only commit changes if not a PR
0 commit comments