Skip to content

Commit e858b49

Browse files
committed
fix: 修改 deploy.yml 的错误逻辑
1 parent 2c02981 commit e858b49

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Install MkDocs and dependencies
2121
run: pip install -r requirements.txt
2222

23+
- name: Build MkDocs site
24+
run: mkdocs build --site-dir site
25+
2326
- name: Setup Pages
2427
uses: actions/configure-pages@v5
2528

File renamed without changes.

0 commit comments

Comments
 (0)