File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ jobs:
51
51
publish_dir : ./.vitepress/dist
52
52
force_orphan : true
53
53
54
- - name : Build website for gitee
55
- run : VITE_DEPLOYMENT_ENVIRONMENT=gitee pnpm build
56
- - name : Deploy to Gitee Pages
57
- uses : peaceiris/actions-gh-pages@v3
58
- with :
59
- personal_token : ${{ secrets.GITHUB_TOKEN }}
60
- publish_branch : gitee # default: gh-pages
61
- publish_dir : ./.vitepress/dist
62
- force_orphan : true
54
+ # - name: Build website for gitee
55
+ # run: VITE_DEPLOYMENT_ENVIRONMENT=gitee pnpm build
56
+ # - name: Deploy to Gitee Pages
57
+ # uses: peaceiris/actions-gh-pages@v3
58
+ # with:
59
+ # personal_token: ${{ secrets.GITHUB_TOKEN }}
60
+ # publish_branch: gitee # default: gh-pages
61
+ # publish_dir: ./.vitepress/dist
62
+ # force_orphan: true
63
63
64
64
- name : Lark notification
65
65
uses : foxundermoon/feishu-action@v2
You can’t perform that action at this time.
0 commit comments