Publish your site
Prepare
✅Required Git.
✅Required GitHub Account.
Create new repository on GitHub
Please name it like my_site
.
The type must be Public
.
(First Time Only) Edit comet.yaml
open my_site/comet.yaml
...
github:
user_id: YOUR_USER_ID
repository_name: YOUR_REPOSITORY_NAME
Send data
$ comet deploy
If asked user, please input your GitHub UserID.
If asked password, please input GitHub AccessToken.
5. Completed
Now your new web site is here.
It takes a few minutes.
- URL
https://YOUR_USER_ID.github.io/YOUR_REPOSITORY_NAME/
Next Page