Skip to content

Commit c838909

Browse files
committed
Try to fix Jekyll
1 parent 8ffb12f commit c838909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ gh-pages:
2424
printf -- "---\nredirect_to: /en/latest/\n---\n" > $(BUILDDIR)/html/index.md
2525
# Create redirect for /en/ to /en/latest/
2626
printf -- "---\nredirect_to: /en/latest/\n---\n" > $(BUILDDIR)/html/en/index.md
27-
# Ensure GitHub Pages processes Jekyll
28-
rm -f $(BUILDDIR)/html/.nojekyll
27+
# Ensure GitHub Pages does NOT treat this as a Jekyll site
28+
touch $(BUILDDIR)/html/.nojekyll
2929

3030
# Catch-all target: route all unknown targets to Sphinx using the new
3131
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).

0 commit comments

Comments
 (0)