summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-02-25 14:46:11 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2022-02-25 14:46:11 +0100
commite6e28f779ff3682a96ce8687c6805733ec6cc3ef (patch)
tree38ad777a2a89e2ca942aeae20e55ae47b48d05fe /.github
parent50660e1862aa2fd67e218f5e712dc5e3f37fd6c8 (diff)
downloadMeta-Launcher-e6e28f779ff3682a96ce8687c6805733ec6cc3ef.tar.gz
Meta-Launcher-e6e28f779ff3682a96ce8687c6805733ec6cc3ef.zip
fix(actions): put CNAME into .github
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..8c74e37f7
--- /dev/null
+++ b/.github/CNAME
@@ -0,0 +1 @@
+meta.polymc.org \ No newline at end of file
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6b146d393..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 _site/v1/CNAME _site/CNAME
+ cp .github/CNAME _site/CNAME
- name: Deploy
uses: peaceiris/actions-gh-pages@v3