From b5717f6b8db175f155bcb6e0bd9a1efbb497152f Mon Sep 17 00:00:00 2001 From: zclzone Date: Sun, 23 Apr 2023 22:18:00 +0800 Subject: [PATCH] build: gh-pages -> vercel --- .github/workflows/deploy.yml | 38 ------------------------------------ README.EN.md | 2 +- README.md | 2 +- 3 files changed, 2 insertions(+), 40 deletions(-) delete mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index f377fa6..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: deploy - -on: - push: - branches: - - main - -jobs: - build-and-deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - - - name: use Node.js 16 - uses: actions/setup-node@v2.1.2 - with: - node-version: '16.x' - - - name: use pnpm 6.32.2 - uses: pnpm/action-setup@v2.2.1 - with: - version: 6.32.2 - - - name: Build - run: | - pnpm install - pnpm run build:github - - - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - with: - publish_dir: ./dist - github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }} - user_name: ${{ secrets.USER_NAME }} - user_email: ${{ secrets.USER_EMAIL }} - force_orphan: true - commit_message: deploy gh-pages diff --git a/README.EN.md b/README.EN.md index f59ef96..4ff4206 100644 --- a/README.EN.md +++ b/README.EN.md @@ -36,7 +36,7 @@ [https://template.qszone.com](https://template.qszone.com) -[https://zclzone.github.io/vue-naive-admin](https://zclzone.github.io/vue-naive-admin) +[https://vercel.template.qszone.com](https://vercel.template.qszone.com) ### Docs diff --git a/README.md b/README.md index ad0444b..ce7443e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ [https://template.qszone.com](https://template.qszone.com) -[https://zclzone.github.io/vue-naive-admin](https://zclzone.github.io/vue-naive-admin) +[https://vercel.template.qszone.com](https://vercel.template.qszone.com) ### 文档