summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYongDo-Hyun <97219311+YongDo-Hyun@users.noreply.github.com>2025-11-11 15:34:49 +0300
committerGitHub <noreply@github.com>2025-11-11 15:34:49 +0300
commitc03d47fda0e8850ec83ab30c68f601a183739655 (patch)
treefb30b7878d9a95398bda689356f631ec9c76d4b3 /.github
parentd61b1aa03a883fe0b2d6dcc529875dfff825879c (diff)
downloadMeta-Launcher-c03d47fda0e8850ec83ab30c68f601a183739655.tar.gz
Meta-Launcher-c03d47fda0e8850ec83ab30c68f601a183739655.zip
Update publish directory in GitHub Actions workflow
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 a788ba4ff..8f09b5ec1 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/v1
+ publish_dir: ./_site/
github_token: ${{ secrets.GITHUB_TOKEN }}