Skip to content

Commit

Permalink
Merge pull request #438 from Vicropht/patch-1
Browse files Browse the repository at this point in the history
Remove quotation marks
  • Loading branch information
tschaub committed Jan 20, 2023
2 parents 58e54be + a634d5e commit ace063b
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 @@ -405,7 +405,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 ace063b

Please sign in to comment.