Skip to content

Commit e00934e

Browse files
workflows: Only publish doxygen html directory to gh-pages
This strips the html directory from the gh-pages output, so the docs are accessible at https://stm32duino.github.io/STM32LoRaWAN/ now.
1 parent e4b5db3 commit e00934e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
- uses: DenverCoder1/doxygen-github-pages-action@v1.1.0
1313
with:
1414
github_token: ${{ secrets.GITHUB_TOKEN }}
15-
folder: api-docs
15+
folder: api-docs/html

0 commit comments

Comments
 (0)