chore: Clean up pages build

This commit is contained in:
Christian Kußowski 2026-02-22 09:57:31 +01:00
commit f9d1d4a9ca
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 1 additions and 21 deletions

View file

@ -53,6 +53,7 @@ jobs:
mkdir public/nightly
cp -r build/web/* public/
cp -r build/web/* public/nightly/
echo "app.fluffy.chat" >> public/CNAME
- name: Deploy to GitHub Pages
if: startsWith(github.ref, 'refs/tags/v')
uses: peaceiris/actions-gh-pages@v4