Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub authored May 24, 2021
1 parent 665b1f5 commit db0b483
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ If `gh-pages` fails, you may find that you need to manually clean up the cache d

### Deploying to github pages with custom domain

Modify the deployment line to your deploy script if you use custom domain. This will prevent deployment to remove the domain forom settings in github.
Modify the deployment line to your deploy script if you use custom domain. This will prevent the deployment from removing the domain settings in GitHub.

```
echo 'your_cutom_domain.online' > ./build/CNAME && gh-pages -d build"
Expand Down Expand Up @@ -435,4 +435,3 @@ You will need to utilize the `--` option to pass any additional arguments:
```

See [Pull Request #368](https://github.com/tschaub/gh-pages/pull/368) for more information.

0 comments on commit db0b483

Please sign in to comment.