ci: Set CNAME when deploy web
This commit is contained in:
parent
374d23e79a
commit
d7f3de46c0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main_deploy.yaml
vendored
1
.github/workflows/main_deploy.yaml
vendored
|
|
@ -31,6 +31,7 @@ jobs:
|
|||
mv docs public
|
||||
mv repo public || true
|
||||
mv build/web/ public/web
|
||||
echo "fluffychat.im" > ./public/CNAME
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue