Skip to content

Commit

Permalink
Merge pull request #82 from delegateas/tst/bug/tomd
Browse files Browse the repository at this point in the history
ci: Changed path
  • Loading branch information
thygesteffensen authored Mar 18, 2022
2 parents c1cb709 + d47f647 commit 1ce30ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: dotnet new tool-manifest && dotnet tool install EAVFW.Extensions.Docs.TransformToMarkdown --version 1.0.0

- name: Generate docs
run: dotnet tool run tomd --input artifacts/ExpressionEngine/Release/net5.0/ExpressionEngine.xml --output artifacts/Documentation.md
run: dotnet tool run tomd --input ExpressionEngine/bin/Release/net5.0/ExpressionEngine.xml --output artifacts/Documentation.md

- name: Release to GitHub and NuGet
working-directory: .\\.github\\workflows
Expand Down

0 comments on commit 1ce30ca

Please sign in to comment.