Skip to content

Commit

Permalink
Remove quotation marks
Browse files Browse the repository at this point in the history
CNAM file doesn't work if there are quotation marks in the domain, I had trouble with my own due to copying and pasting this command as it. Removing the quotations made it work again
  • Loading branch information
Vicropht committed Jul 23, 2022
1 parent ef1c90d commit a634d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ If `gh-pages` fails, you may find that you need to manually clean up the cache d
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"
echo your_cutom_domain.online > ./build/CNAME && gh-pages -d build"
```

### Deploying with GitHub Actions
Expand Down

0 comments on commit a634d5e

Please sign in to comment.