ci: Set CNAME when deploy web

pull/490/head
Krille-chan 2 years ago committed by GitHub
parent 374d23e79a
commit d7f3de46c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save