diff options
| author | YongDo-Hyun <froster12@naver.com> | 2025-11-16 15:50:19 +0300 |
|---|---|---|
| committer | YongDo-Hyun <froster12@naver.com> | 2025-11-16 15:50:19 +0300 |
| commit | 352d1762e8bc59a96f6c6fe921eee3b7de7ccfb9 (patch) | |
| tree | f08e61b8043a2f4cc8897ae8f786797b9c36a25c | |
| parent | 269eb75830d6c016b1bcbafedf11f950ad0927f6 (diff) | |
| download | Meta-Launcher-352d1762e8bc59a96f6c6fe921eee3b7de7ccfb9.tar.gz Meta-Launcher-352d1762e8bc59a96f6c6fe921eee3b7de7ccfb9.zip | |
1. komit
| -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 e43cf2eae..48a29a8ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: run: | to_move=$(echo *) mkdir -p _site/v1 - mv $to_move _site/v1 + mv $to_move _site/ cp .github/CNAME _site/CNAME - name: Deploy |
