docs(deploying): add optional cname arg in gh-page script

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
pull/1535/head
HeZiYang 2 years ago committed by GitHub
parent c9f04e0459
commit b4199bc6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -100,6 +100,7 @@ Don't enable options like _Auto Minify_ for HTML code. It will remove comments f
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/.vitepress/dist
# cname: example.com # if wanna deploy to custom domain
```
::: tip

Loading…
Cancel
Save