Getting 404 file not found when trying to publish #79
Replies: 1 comment 1 reply
-
@mariajoafana your project is getting a error during Jekyll build, so it is not successfully deploying to github pages--which is why nothing is showing up! There three issues in your project with files that aren't formatted quite right which are each causing Jekyll to fail--they will all need to be fixed to get the site building: First, the file "metadata-template.csv" in your project has the quoting messed on on line 13--because this results in an invalid CSV, it causes ruby to throw an error as it is processing the "_data" folder (even though you aren't using the file!). To fix, you can delete the file, or delete line 13, or fix the quoting on line 13. The whole file looks like some characters got corrupted, so you might just want to delete it. Second, your "_config.yml" isn't formatted quite correctly. To fix it:
Third, you were customizing your "browse-js.html" include, in commit 11130256. This commit removed the Liquid Please let me know if that helps--if it is unclear, I can make a Pull Request fixing these issues for you--just let me know! |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm not sure what I'm doing wrong but I'm getting this when I try to publish my collection. It says:
404 File not found
The site configured at this address does not contain the requested file.
If this is your site, make sure that the filename case matches the URL.
For root URLs (like http://example.com/) you must provide an index.html file.
https://mariajoafana.github.io/inventar_colombia/
https://github.com/mariajoafana/inventar_colombia
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions