We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc4f2d commit 5df3f65Copy full SHA for 5df3f65
.github/workflows/render-documentation.yml
@@ -21,9 +21,8 @@ jobs:
21
render-docs:
22
permissions:
23
contents: write
24
- uses: sebromero/render-docs-github-action/.github/workflows/render-docs.yml@main
+ uses: arduino/render-docs-github-action/.github/workflows/render-docs.yml@main
25
with:
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