Skip to content

Commit d70b7a0

Browse files
authored
Merge pull request #4 from arduino-libraries/docs-test
Avoid rendering docs on PRs
2 parents 6128329 + ad5f9f5 commit d70b7a0

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)