summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYongDo-Hyun <97219311+YongDo-Hyun@users.noreply.github.com>2025-11-11 15:43:50 +0300
committerGitHub <noreply@github.com>2025-11-11 15:43:50 +0300
commit3e4d70ec3c8347bdf9cc0d7cba6da82cd558d32a (patch)
treea936ec369ad8c86d03fe2b6006201395cdfd4543 /.github
parentc03d47fda0e8850ec83ab30c68f601a183739655 (diff)
downloadMeta-Launcher-3e4d70ec3c8347bdf9cc0d7cba6da82cd558d32a.tar.gz
Meta-Launcher-3e4d70ec3c8347bdf9cc0d7cba6da82cd558d32a.zip
Update build.yml
Signed-off-by: YongDo-Hyun <97219311+YongDo-Hyun@users.noreply.github.com>
Diffstat (limited to '.github')
-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 8f09b5ec1..a788ba4ff 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -22,5 +22,5 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
- publish_dir: ./_site/
+ publish_dir: ./_site/v1
github_token: ${{ secrets.GITHUB_TOKEN }}