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