The custom domain we're going to use is https://markbind.github.io (mentioned in #626)?.
The custom domain we're going to use is
https://markbind.github.io(mentioned in #626)?.
So I have to get this custom domain registered first? Or do we already own this?
So I have to get this custom domain registered first? Or do we already own this?
I'll take care of the first item after #626 is done.
For #626, I just have to configure the repo and branch settings in site.json and do a markbind deploy, right? Because I don't have access to the markbind.github.io repo.
For #626, I just have to configure the repo and branch settings in
site.jsonand do amarkbind deploy, right? Because I don't have access to the markbind.github.io repo.
I think so. @yamgent what do you think?
For #626, I just have to configure the repo and branch settings in
site.jsonand do amarkbind deploy, right? Because I don't have access to the markbind.github.io repo.
Yes that should work.
I'm getting the following error as I don't have access rights to the markbind.github.io repository.
error: remote: Permission to MarkBind/markbind.github.io.git denied to amad-person.
fatal: unable to access 'https://github.com/MarkBind/markbind.github.io.git/': The requested URL returned error: 403
Changes made to site.json:
"baseUrl": "/markbind.github.io"
"deploy": {
"message": "Site Update.",
"repo": "https://github.com/MarkBind/markbind.github.io.git",
"branch": "master"
}
I'm getting the following error as I don't have access rights to the
markbind.github.iorepository.
You don't need to actually deploy. @yamgent will deploy when along with the next release.
Okay!
"baseUrl": "/markbind.github.io"
I suspect this should be just /
Closing this as both items are done now.
Most helpful comment
I suspect this should be just
/