summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongDo-Hyun <froster12@naver.com>2025-11-16 15:50:19 +0300
committerYongDo-Hyun <froster12@naver.com>2025-11-16 15:50:19 +0300
commit352d1762e8bc59a96f6c6fe921eee3b7de7ccfb9 (patch)
treef08e61b8043a2f4cc8897ae8f786797b9c36a25c
parent269eb75830d6c016b1bcbafedf11f950ad0927f6 (diff)
downloadMeta-Launcher-352d1762e8bc59a96f6c6fe921eee3b7de7ccfb9.tar.gz
Meta-Launcher-352d1762e8bc59a96f6c6fe921eee3b7de7ccfb9.zip
1. komit
-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 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