From f9d1d4a9caa7fc7dcd2e316c678fd91dda5227f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Sun, 22 Feb 2026 09:57:31 +0100 Subject: [PATCH] chore: Clean up pages build --- .github/workflows/release.yaml | 1 + docs/.well-known/org.flathub.VerifiedApps.txt | 2 -- docs/index.html | 19 ------------------- 3 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 docs/.well-known/org.flathub.VerifiedApps.txt delete mode 100644 docs/index.html diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index de164c056..8899dca02 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/docs/.well-known/org.flathub.VerifiedApps.txt b/docs/.well-known/org.flathub.VerifiedApps.txt deleted file mode 100644 index a9a5eb471..000000000 --- a/docs/.well-known/org.flathub.VerifiedApps.txt +++ /dev/null @@ -1,2 +0,0 @@ -# im.fluffychat.Fluffychat -8b25b37b-f160-4350-b4f6-9a04554e8f9e \ No newline at end of file diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index e5974b531..000000000 --- a/docs/index.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - Redirecting to fluffy.chat - - - - - -

- Redirecting... -

-

Note: If your browser does not redirect you, please use this link: -

- https://fluffy.chat - - - \ No newline at end of file