Skip to content

Commit c13059e

Browse files
committed
Fix docs generation workflow
1 parent a1b763b commit c13059e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
uses: peaceiris/actions-gh-pages@v3
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
40-
publish_dir: ./docs/html
40+
publish_dir: ./build/gcc-RelWithDebInfo/docs/html
4141
publish_branch: gh-pages
4242
force_orphan: true

0 commit comments

Comments
 (0)