File tree 3 files changed +161
-1662
lines changed
3 files changed +161
-1662
lines changed Original file line number Diff line number Diff line change 73
73
id : deployment
74
74
uses : actions/deploy-pages@v4
75
75
76
- # 部署到vercel平台
77
- # deploy-vercel:
78
- # name: "部署到Vercel平台"
79
- # needs: install-init
80
- # runs-on: ubuntu-latest
81
- # if: github.repository == '142vip/JavaScriptCollection'
82
- # steps:
83
- # - name: Checkout Code
84
- # uses: actions/checkout@v3
85
- # with:
86
- # fetch-depth: 0
87
- #
88
- # - name: Restore Dependencies From Cache
89
- # uses: actions/cache@v3
90
- # with:
91
- # path: |
92
- # node_modules
93
- # key: ${{ runner.os }}-node_modules-${{ hashFiles('**/pnpm-lock.yaml') }}
94
- #
95
- # - name: Pull Vercel Environment Information
96
- # run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
97
- #
98
- # ## 注意:安装pnpm
99
- # - name: Build Project Artifacts
100
- # run: npm i pnpm@7 -g && vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
101
- #
102
- # - name: Deploy Project Artifacts to Vercel
103
- # run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
104
-
105
76
# 版本发布
106
77
release :
107
78
name : 创建Github发布
Original file line number Diff line number Diff line change 23
23
"dev" : " vuepress dev docs" ,
24
24
"build" : " vuepress build docs --clean-temp --clean-cache" ,
25
25
"build:proxy" : " NEED_PROXY=true vuepress build docs --clean-temp --clean-cache" ,
26
- "deploy:vercel" : " npx vercel --prod" ,
27
26
"release" : " npx fa release --vip"
28
27
},
29
28
"devDependencies" : {
33
32
"@142vip/vuepress" : " ^0.0.1-alpha.5" ,
34
33
"@vue/repl" : " ^4.4.2" ,
35
34
"@vuepress/bundler-vite" : " ^2.0.0-rc.17" ,
36
- "eslint" : " 8.55.0" ,
37
35
"mermaid" : " ^11.3.0" ,
38
36
"only-allow" : " ^1.2.1" ,
39
37
"sass-embedded" : " ^1.79.4" ,
40
38
"simple-git-hooks" : " ^2.11.1" ,
41
39
"typescript" : " ^5.5.4" ,
42
- "vercel" : " ^32.7.2" ,
43
40
"vue" : " ^3.5.8" ,
44
41
"vuepress" : " ^2.0.0-rc.17" ,
45
42
"vuepress-plugin-search-pro" : " ^2.0.0-rc.57" ,
You can’t perform that action at this time.
0 commit comments