From 998dae18287e80de898380120df0ca1c397e61e0 Mon Sep 17 00:00:00 2001 From: tsengyushiang Date: Sat, 14 Sep 2024 06:34:22 +0000 Subject: [PATCH] delte ci --- .github/workflows /deploy.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100755 .github/workflows /deploy.yml diff --git a/.github/workflows /deploy.yml b/.github/workflows /deploy.yml deleted file mode 100755 index c239886..0000000 --- a/.github/workflows /deploy.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: DeployGihubPage - -on: - push: - branches: [main] - -jobs: - build: - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [18.x] - - permissions: - contents: write - - steps: - - uses: actions/checkout@v3 - with: - token: ${{ secrets.GITHUB_TOKEN }} - - run: | - yarn install - yarn build - touch ./dist/.nojekyll - git config --global user.email "github@example.com" - git config --global user.name "git workflows" - git add dist/ -f - git commit -m "Deploy gh-pages" - #git subtree push --prefix dist origin gh-pages - git subtree split --prefix dist -b gh-pages - git push -f origin gh-pages:gh-pages - git branch -D gh-pages \ No newline at end of file