Skip to content

Commit 803829c

Browse files
committed
fix: Jobs Name incorrect
1 parent 3d65ceb commit 803829c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: 迁出代码
1616
uses: actions/checkout@master
1717

18-
- name: 设置Node环境
18+
- name: 设置环境
1919
uses: actions/setup-python@master
2020
with:
2121
python-version: 3.x
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
pip install mkdocs-material
2626
27-
- name: 渲染博客界面
27+
- name: 渲染Html
2828
run: |
2929
mkdocs build
3030

0 commit comments

Comments
 (0)