Skip to content

Commit

Permalink
Update generate_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBrixia authored Oct 1, 2023
1 parent 5d2bc87 commit c100866
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,14 @@ jobs:
# Install dotnet
- name: Checkout
uses: actions/checkout@v4
- name: Compile C# code
- name: Install dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
# Install and intialize docfx
- name: Install docfx
run: dotnet tool install -g docfx
- name: Check for updates
run: dotnet tool update -g docfx
- name: Initialize docfx
run: init docfx --quiet
# generate API documentation
- name: Generated docfx documentation
- name: Build documentation
run: docfx docfx.json
continue-on-error: false

0 comments on commit c100866

Please sign in to comment.