Skip to content

Commit

Permalink
docs(deploying): add optional cname arg in gh-page script
Browse files Browse the repository at this point in the history
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
  • Loading branch information
coderhzy and brc-dd committed Oct 24, 2022
1 parent c9f04e0 commit b4199bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide/deploying.md
Expand Up @@ -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
Expand Down

0 comments on commit b4199bc

Please sign in to comment.