Skip to content

Commit 225b48b

Browse files
committed
Fixed publish dir location
1 parent 1022604 commit 225b48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doxygen-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
2828
publish_branch: gh-pages
29-
publish_dir: docs/html
29+
publish_dir: ./html

0 commit comments

Comments
 (0)