Skip to content

Commit

Permalink
Initialize docfx
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBrixia authored Oct 1, 2023
1 parent f075267 commit cc8a3f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
# Install docfx
# Install and intialize docfx
- name: Install docfx
run: dotnet tool install -g docfx
- name: init docfx
run: docfx init
# generate API documentation
- name: Generated docfx documentation
run: docfx docfx.json
Expand Down

0 comments on commit cc8a3f6

Please sign in to comment.