You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -79,11 +79,13 @@ git push origin BRANCH_NAME
79
79
## Deploying to local gh-pages
80
80
You can set up your GitHub Pages to deploy your repository.
81
81
82
-
1. Run the command below in your project directory.
82
+
1. First you need to set up custom domain. Go to ```https://github.com/YOUR_GITHUB_USERNAME/binary-bot/settings/pages``` and set your custom domain to ```YOUR_GITHUB_NAME.binary.sx```
83
+
84
+
2. Run the command below in your project directory.
83
85
```
84
86
npm run release --branch [branchname] # can contain /
85
87
```
86
-
2. Now, your repository can be found at http://<username>.github.io/<repository-name>/<branch-name>
88
+
3. Now, your repository can be found at ```https://YOUR_CUSTOM_DOMAIN/BRANCH_NAME```
87
89
## Deployment/Release
88
90
89
91
```
@@ -94,7 +96,7 @@ npm run release-production # to release it to production
0 commit comments