We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c98daf8 + 07c898a commit 788f3e0Copy full SHA for 788f3e0
Makefile
@@ -40,6 +40,7 @@ documentation:
40
rm -f _toc.yml && \
41
myst clean && \
42
timeout 10 myst build --html || true
43
+ cd docs && test -d _build/html && touch _build/html/.nojekyll || true
44
45
documentation-build:
46
cd docs && \
changelog_entry.yaml
@@ -0,0 +1,4 @@
1
+- bump: patch
2
+ changes:
3
+ fixed:
4
+ - Fixed GitHub Pages documentation by adding .nojekyll file to serve underscore-prefixed directories
docs/.nojekyll
0 commit comments