Reputation: 115
I have a website with a url like mywebsite.github.io
. I want to create mywebsite.github.io/robots.txt
.
I know that this can be done by setting up a new repository and adding gh-pages branch but how can I do this from my main repository?
Upvotes: 2
Views: 319
Reputation: 44
When you created your Github page, it made a new repo with the contents of it.
It will be called .github.io, where is... your user name.
Add files there.
https://guides.github.com/features/pages/
Upvotes: 1