Skip to content

Commit 6a5eaf6

Browse files
committed
nojekyll for doxygen
1 parent 862dd10 commit 6a5eaf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/doxygen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
4747
# Remove old files and copy new documentation
4848
git rm -rf doxygen || true
49-
mv build/html doxygen
49+
mv build/html/ doxygen
50+
touch doxygen/.nojekyll
5051
5152
# Commit and push changes
5253
git add doxygen

0 commit comments

Comments
 (0)