mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -06:00
ci: use dedicated sub-domain
This commit is contained in:
parent
e257b2a49b
commit
df549555ea
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
|
@ -22,5 +22,6 @@ jobs:
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
cname: viv.dayl.in
|
||||||
# publish_dir: ./site
|
# publish_dir: ./site
|
||||||
publish_dir: ./docs
|
publish_dir: ./docs
|
||||||
|
|
Loading…
Reference in a new issue