Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit d159c5c

Browse files
committed
local gh-page link updated
1 parent bad1949 commit d159c5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ git push origin BRANCH_NAME
7979
## Deploying to local gh-pages
8080
You can set up your GitHub Pages to deploy your repository.
8181

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
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```
8383

8484
2. Run the command below in your project directory.
8585
```
8686
npm run release --branch [branchname] # can contain /
8787
```
88-
3. Now, your repository can be found at https://YOUR_CUSTOM_DOMAIN/BRANCH_NAME
88+
3. Now, your repository can be found at ```https://YOUR_CUSTOM_DOMAIN/BRANCH_NAME```
8989
## Deployment/Release
9090

9191
```

0 commit comments

Comments
 (0)