Skip to content

Commit 37c4253

Browse files
committed
ci(workflow): 将
1 parent 804df8a commit 37c4253

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
contents: write
1414

1515
jobs:
16-
deploy:
16+
build:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
@@ -37,8 +37,6 @@ jobs:
3737
echo "::group::开始构建文档站点"
3838
npm run docs:build
3939
echo "::endgroup::"
40-
41-
# Deployment job
4240
deploy:
4341
environment:
4442
name: github-pages

0 commit comments

Comments
 (0)