Skip to content

Commit aa6c05e

Browse files
fix: adjust the API Docs Summon Folder
1 parent 593c168 commit aa6c05e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
- name: 生成 API 文档
6161
run: |
6262
doxygen Doxyfile
63-
rm -rf documentation/api
64-
mkdir -p documentation/api
63+
rm -rf document/api
64+
mkdir -p document/api
6565
doxybook2 --input ./xml \
66-
--output ./documentation/api \
66+
--output ./document/api \
6767
--config doxybook.json
6868
6969
# 7. 构建网站

0 commit comments

Comments
 (0)