diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-02-25 14:43:56 +0100 |
|---|---|---|
| committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-02-25 14:43:56 +0100 |
| commit | 50660e1862aa2fd67e218f5e712dc5e3f37fd6c8 (patch) | |
| tree | 23a634b92631c59ebe9084072a1bb67534ae09b4 /.github | |
| parent | 9b4b826116f080ede1cddfd43fe42d2a546b4b5c (diff) | |
| download | Meta-Launcher-50660e1862aa2fd67e218f5e712dc5e3f37fd6c8.tar.gz Meta-Launcher-50660e1862aa2fd67e218f5e712dc5e3f37fd6c8.zip | |
fix(actions): copy CNAME to site root
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4aa47f405..6b146d393 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,7 @@ jobs: to_move=$(echo *) mkdir -p _site/v1 mv $to_move _site/v1 + cp _site/v1/CNAME _site/CNAME - name: Deploy uses: peaceiris/actions-gh-pages@v3 |
