summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-10-18 00:12:28 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-10-18 00:12:45 +0200
commitdeba0cc9b52b1f5cb9d0fa956a585ae6c622a713 (patch)
tree14bffd0c15aa04eb1f465e6f02babfc83206ac20 /.github
parent40f87e38f4e8842456da161ac26737e7566d9272 (diff)
downloadMeta-Launcher-deba0cc9b52b1f5cb9d0fa956a585ae6c622a713.tar.gz
Meta-Launcher-deba0cc9b52b1f5cb9d0fa956a585ae6c622a713.zip
feat: Add CNAME
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to '.github')
-rw-r--r--.github/CNAME1
-rw-r--r--.github/workflows/build.yml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/CNAME b/.github/CNAME
new file mode 100644
index 000000000..031677e41
--- /dev/null
+++ b/.github/CNAME
@@ -0,0 +1 @@
+meta.scrumplex.rocks
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 745524cd8..ee555cb88 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
to_move=$(echo *)
mkdir -p _site/v1
mv $to_move _site/v1
- #cp .github/CNAME _site/CNAME
+ cp .github/CNAME _site/CNAME
- name: Deploy
uses: peaceiris/actions-gh-pages@v3