Skip to content

Commit 15e27a1

Browse files
committed
fix: delete gitee branch
1 parent 2d95fc6 commit 15e27a1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/deploy.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ jobs:
5151
publish_dir: ./.vitepress/dist
5252
force_orphan: true
5353

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
6363

6464
- name: Lark notification
6565
uses: foxundermoon/feishu-action@v2

0 commit comments

Comments
 (0)