Skip to content

Commit 788f3e0

Browse files
authored
Merge pull request #425 from PolicyEngine/fix-docs-nojekyll
Fix GitHub Pages documentation by adding .nojekyll
2 parents c98daf8 + 07c898a commit 788f3e0

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ documentation:
4040
rm -f _toc.yml && \
4141
myst clean && \
4242
timeout 10 myst build --html || true
43+
cd docs && test -d _build/html && touch _build/html/.nojekyll || true
4344

4445
documentation-build:
4546
cd docs && \

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Whitespace-only changes.

0 commit comments

Comments
 (0)