Skip to content

Commit

Permalink
[增加]1. 增加Docfx 生成
Browse files Browse the repository at this point in the history
  • Loading branch information
AlianBlank committed Dec 6, 2024
1 parent 669c223 commit 9a12564
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ jobs:
run: |
dotnet tool install -g docfx
echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
- name: Directory Switch
run: cd ${{ github.workspace }}/docs

- name: look for docs
run: pwd | ls
- name: Build Documentation
run: docfx build docfx.json
run: |
cd ${{ github.workspace }}/docs
pwd | ls
docfx build docfx.json
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 9a12564

Please sign in to comment.