Skip to content

Commit

Permalink
Use the latest version of docfx
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Jul 25, 2024
1 parent a067fd3 commit 19bdd65
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: DocFX
uses: nikeee/[email protected]
- name: Setup .NET Core 8.x
uses: actions/setup-dotnet@v3
with:
args: docs/docfx.json
dotnet-version: "8.x"

- name: Install DocFX
run: dotnet tool restore

- name: Build DocFX
run: dotnet docfx docs/docfx.json

- name: Deploy Live
if: github.ref == 'refs/heads/docs'
Expand Down

0 comments on commit 19bdd65

Please sign in to comment.