Skip to content

Commit

Permalink
Disable nojekyll on gh-pages (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfod authored Mar 28, 2024
1 parent 4a3d7a5 commit 6007778
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions make-docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@
# build
if os.system('doxygen docsrc/doxygen.config') != 0:
exit(1)

# disable jekyll on gh-pages, because jekyll ignores html files
# started with underscore, and doxygen does generate such filenames
open('docs/.nojekyll', 'w').close()

0 comments on commit 6007778

Please sign in to comment.