Skip to content

Commit 5df3f65

Browse files
Use main branch of render docs workflow
1 parent 7bc4f2d commit 5df3f65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/render-documentation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
render-docs:
2222
permissions:
2323
contents: write
24-
uses: sebromero/render-docs-github-action/.github/workflows/render-docs.yml@main
24+
uses: arduino/render-docs-github-action/.github/workflows/render-docs.yml@main
2525
with:
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)