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 docs public
|
||||||
mv repo public || true
|
mv repo public || true
|
||||||
mv build/web/ public/web
|
mv build/web/ public/web
|
||||||
|
echo "fluffychat.im" > ./public/CNAME
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue