Skip to content

Commit ace063b

Browse files
authored
Merge pull request #438 from Vicropht/patch-1
Remove quotation marks
2 parents 58e54be + a634d5e commit ace063b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ If `gh-pages` fails, you may find that you need to manually clean up the cache d
405405
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.
406406

407407
```
408-
echo 'your_cutom_domain.online' > ./build/CNAME && gh-pages -d build"
408+
echo your_cutom_domain.online > ./build/CNAME && gh-pages -d build"
409409
```
410410

411411
### Deploying with GitHub Actions

0 commit comments

Comments
 (0)