Skip to content

Commit ac00090

Browse files
committed
chore: 编译部署脚本添加组织、仓库成员数据拉取
1 parent 2981ad5 commit ac00090

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/workflows/deployment.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ jobs:
4040
run_install: true
4141

4242
# 构建
43-
- name: Refresh Blog Data
44-
run: pnpm build-blog
45-
env:
46-
GITEE_USERNAME: ${{ secrets.GITEE_USERNAME }}
47-
GITEE_PASSWORD: ${{ secrets.GITEE_PASSWORD }}
48-
4943
- name: Export .env File
5044
run: pnpm build-env
5145
env:
@@ -56,6 +50,18 @@ jobs:
5650
BLOG_CHANGELOG_WEB_EN_ID: ${{ env.BLOG_CHANGELOG_WEB_EN_ID }}
5751
BLOG_CHANGELOG_WEB_JA_ID: ${{ env.BLOG_CHANGELOG_WEB_JA_ID }}
5852

53+
- name: Refresh Members Data
54+
run: pnpm build-member
55+
env:
56+
GITEE_USERNAME: ${{ secrets.GITEE_USERNAME }}
57+
GITEE_PASSWORD: ${{ secrets.GITEE_PASSWORD }}
58+
59+
- name: Refresh Blog Data
60+
run: pnpm build-blog
61+
env:
62+
GITEE_USERNAME: ${{ secrets.GITEE_USERNAME }}
63+
GITEE_PASSWORD: ${{ secrets.GITEE_PASSWORD }}
64+
5965
- name: Build Site
6066
run: pnpm build-vitepress
6167

0 commit comments

Comments
 (0)