summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYongDo-Hyun <97219311+YongDo-Hyun@users.noreply.github.com>2025-11-11 15:08:24 +0300
committerGitHub <noreply@github.com>2025-11-11 15:08:24 +0300
commit41e8ab185b0b534b4a36555a72a5a18d0e14a012 (patch)
treecb18dead1a441503c702cd9be6b5e8c0b58a641a /.github
parentd6269d57d16c4228992efa56d95a274e96757a65 (diff)
downloadMeta-Launcher-41e8ab185b0b534b4a36555a72a5a18d0e14a012.tar.gz
Meta-Launcher-41e8ab185b0b534b4a36555a72a5a18d0e14a012.zip
Delete .github/workflows/build.yml
Signed-off-by: YongDo-Hyun <97219311+YongDo-Hyun@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
deleted file mode 100644
index dffefe41d..000000000
--- a/.github/workflows/build.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-name: Build Pages by YDH
-
-on:
- push:
- branches:
- - master
-
-jobs:
- build:
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v4
-
- - name: Move directory
- run: |
- to_move=$(echo *)
- mkdir -p _site/v1
- mv $to_move _site/v1
- cp .github/CNAME _site/CNAME
-
- - name: Deploy
- uses: peaceiris/actions-gh-pages@v4
- with:
- publish_dir: ./_site
- github_token: ${{ secrets.GITHUB_TOKEN }}