Skip to content

Commit 669c223

Browse files
committed
[增加]1. 增加Docfx 生成
1 parent cae8fae commit 669c223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
dotnet tool install -g docfx
2727
echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
2828
- name: Directory Switch
29-
run: cd docs
29+
run: cd ${{ github.workspace }}/docs
3030

3131
- name: look for docs
3232
run: pwd | ls

0 commit comments

Comments
 (0)