diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-18 00:03:27 +0200 |
|---|---|---|
| committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-18 00:03:27 +0200 |
| commit | 40f87e38f4e8842456da161ac26737e7566d9272 (patch) | |
| tree | b1be6def2d94b4efcc1daac5be420f5c42482e80 /.github/workflows | |
| parent | e9b91dae771074afac5c02443bdee0aeb430e058 (diff) | |
| download | Meta-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.yml | 2 |
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 |
