From 3ed1954ac0be5a0aad68fdc1973c52edfbc43708 Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Sat, 19 Feb 2022 09:04:56 +0800 Subject: [PATCH] release: v3 release test --- .github/workflows/main.yml | 8 +++----- package.json | 10 +++++++++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d9124a0..54ae3d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,9 +49,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 - env: - ACTIONS_DEPLOY_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}} - PUBLISH_BRANCH: gh-pages - PUBLISH_DIR: ./dist-pro with: - forceOrphan: true + deploy_key: ${{secrets.ACTIONS_DEPLOY_KEY}} + publish_branch: gh-pages + publish_dir: ./dist-pro diff --git a/package.json b/package.json index 70bdcd6..a23316b 100644 --- a/package.json +++ b/package.json @@ -101,5 +101,13 @@ "engines": { "node": ">= 14.0.0" }, - "license": "MIT" + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/kailong321200875/vue-element-plus-admin.git" + }, + "bugs": { + "url": "https://github.com/kailong321200875/vue-element-plus-admin/issues" + }, + "homepage": "https://github.com/kailong321200875/vue-element-plus-admin" }