Skip to content
Snippets Groups Projects
Unverified Commit ec23010e authored by Ravin Kumar's avatar Ravin Kumar Committed by GitHub
Browse files

DOCS: Update publish.md to include 404 warning (#1573)

parent 95617e01
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@ files in your book's `_build/html` folder.
```{warning}
Make sure that you included the `-n` - this tells GitHub *not* to build your book with
[Jekyll](https://jekyllrb.com/), which we don't want because our HTML is already built!
If you do not do this you may see **404 not found** for your deployed content.
```
Typically after a few minutes your site should be viewable online at a url such as: `https://<user>.github.io/<myonlinebook>/`. If not, check your repository settings under **Options** -> **GitHub Pages** to ensure that the `gh-pages` branch is configured as the build source for GitHub Pages and/or to find the url address GitHub is building for you.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment