Skip to content

Commit a634d5e

Browse files
authored
Remove quotation marks
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
1 parent ef1c90d commit a634d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ If `gh-pages` fails, you may find that you need to manually clean up the cache d
393393
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.
394394

395395
```
396-
echo 'your_cutom_domain.online' > ./build/CNAME && gh-pages -d build"
396+
echo your_cutom_domain.online > ./build/CNAME && gh-pages -d build"
397397
```
398398

399399
### Deploying with GitHub Actions

0 commit comments

Comments
 (0)