chore: Clean up pages build
This commit is contained in:
parent
39ed7a3aa9
commit
f9d1d4a9ca
3 changed files with 1 additions and 21 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
# im.fluffychat.Fluffychat
|
|
||||||
8b25b37b-f160-4350-b4f6-9a04554e8f9e
|
|
||||||
|
|
@ -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>
|
|
||||||
Loading…
Add table
Reference in a new issue