Skip to content

Commit

Permalink
fix: fix failed to generating document (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuju63 authored Jul 31, 2023
1 parent 4c46b52 commit 432edf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
${{ runner.os }}-nuget-
- name: Install dependencies
run: dotnet restore
- name: Install docfx
run: dotnet tool update -g docfx
- name: Build
run: dotnet build --no-restore -c Release
- name: Packaging
Expand All @@ -69,6 +67,8 @@ jobs:
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
restore-keys: |
${{ runner.os }}-nuget-
- name: Install docfx
run: dotnet tool install -g docfx
- name: Generate metadata
run: docfx metadata docs/docfx.json
- name: Create api docs
Expand Down

0 comments on commit 432edf1

Please sign in to comment.