Skip to content

Commit

Permalink
Update dotnet-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sator-imaging authored Sep 20, 2024
1 parent 7a15df4 commit fb106c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:

- name: docsgen
run: |
cd src
dotnet run -c Release "StaticMemberAnalyzer.Analysis/Resources.resx" "../${{ env.docsgen_file_name }}"
cd src/DocsGen
dotnet run -c Release "../StaticMemberAnalyzer.Analysis/Resources.resx" "../../${{ env.docsgen_file_name }}"

# actions/cache can be used to share data across jobs
Expand Down

0 comments on commit fb106c5

Please sign in to comment.