summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-10-18 00:03:27 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-10-18 00:03:27 +0200
commit40f87e38f4e8842456da161ac26737e7566d9272 (patch)
treeb1be6def2d94b4efcc1daac5be420f5c42482e80 /.github/workflows
parente9b91dae771074afac5c02443bdee0aeb430e058 (diff)
downloadMeta-Launcher-40f87e38f4e8842456da161ac26737e7566d9272.tar.gz
Meta-Launcher-40f87e38f4e8842456da161ac26737e7566d9272.zip
fix: remove CNAME
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ee555cb88..745524cd8 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