chore: Clean up pages build

This commit is contained in:
Christian Kußowski 2026-02-22 09:57:31 +01:00
parent 39ed7a3aa9
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 mkdir public/nightly
cp -r build/web/* public/ cp -r build/web/* public/
cp -r build/web/* public/nightly/ cp -r build/web/* public/nightly/
echo "app.fluffy.chat" >> public/CNAME
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
if: startsWith(github.ref, 'refs/tags/v') if: startsWith(github.ref, 'refs/tags/v')
uses: peaceiris/actions-gh-pages@v4 uses: peaceiris/actions-gh-pages@v4

View file

@ -1,2 +0,0 @@
# im.fluffychat.Fluffychat
8b25b37b-f160-4350-b4f6-9a04554e8f9e

View file

@ -1,19 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Redirecting to fluffy.chat</title>
<!-- Redirecting to another page using meta tag -->
<meta http-equiv="refresh" content="5; url =https://fluffy.chat" />
</head>
<body>
<h3>
Redirecting...
</h3>
<p><strong>Note:</strong> If your browser does not redirect you, please use this link:
</p>
<a href="https://fluffy.chat">https://fluffy.chat</a>
</body>
</html>