Skip to content
Discussion options

You must be logged in to vote

The issue was the by default github pages ignores directories with an underscore. To get around this you have to add a .nojekyll to your deployment

In our case because we deploy the _build/html directory we needed to add a .nojekyll there. Here's what it looks like in github actions.

Hope this helps anyone else with the same issue!
https://github.com/BayesianModelingandComputationInPython/BookCode_Edition1/blob/main/.github/workflows/build-html-and-deploy.yml#L37

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by canyon289
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant