summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorYongDo-Hyun <97219311+YongDo-Hyun@users.noreply.github.com>2025-11-11 15:31:28 +0300
committerGitHub <noreply@github.com>2025-11-11 15:31:28 +0300
commit355167b5d4c25dd5c46a73c37b22c7dc21184a5e (patch)
treeeb3edd35d5c236a55c75e43a655325b145d29585 /.github/workflows
parentf7743ed2f398c1cb0cfd5e5b2128e467b01f0d81 (diff)
downloadMeta-Launcher-355167b5d4c25dd5c46a73c37b22c7dc21184a5e.tar.gz
Meta-Launcher-355167b5d4c25dd5c46a73c37b22c7dc21184a5e.zip
Change publish directory for deployment to v1
Signed-off-by: YongDo-Hyun <97219311+YongDo-Hyun@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-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..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 }}