Skip to content

Commit cb98190

Browse files
committed
[增加]1. 增加Docfx 生成
1 parent d50ee20 commit cb98190

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
2828
2929
- name: Build Documentation
30-
run: docfx build ./docs/docfx.json
30+
run: |
31+
cd docs
32+
docfx build docfx.json
3133
3234
- name: Deploy to GitHub Pages
3335
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)