Skip to content

Commit

Permalink
Use docfx from dotnet tools
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Nov 1, 2024
1 parent e974436 commit bd62dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches: ["main"]

jobs:
ci:
api-reference:
runs-on: macos-15
steps:
- name: Checkout repository
Expand All @@ -30,7 +30,7 @@ jobs:
brew install doxygen --formula || true
- name: Install docfx for C# API reference
run: brew install docfx
run: dotnet tool install -g docfx

- name: Build C++
working-directory: ./cpp
Expand Down

0 comments on commit bd62dfc

Please sign in to comment.