nusCS2113-AY1819S2 / forum

Discussion forums
MIT License
2 stars 0 forks source link

Unable to resolve gh-pages 404 error #23

Open yushao2 opened 5 years ago

yushao2 commented 5 years ago

Dear All After setting up on the settings to generate the gh-pages using master/docs, I'm facing an issue where going to the pages lead me to a 404. The error prompts me to create an index.html and I'm not very sure how to go about resolving the issue. Any help will be greatly appreciated! Thank you!

okkhoy commented 5 years ago

looks like naming issues? Travis says your project build page doesn't exist: https://travis-ci.org/CS2113-AY1819S2-T11-3/main

yushao2 commented 5 years ago

does travis build have to pass such that it will work?

https://travis-ci.com/cs2113-ay1819s2-t11-3/main

this is the one that i'm using to access the travis

Creastery commented 5 years ago

@yushao2

You need to enable GitHub Pages to publish the site from gh-pages branch.

Travis CI needs to pass to allow for auto-publishing of documentation changes.