Update action.yml

master
Vitalii Mikhailov 3 years ago committed by GitHub
parent a9adab2756
commit 7c6d73e9f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,6 +66,7 @@ runs:
- run: dotnet pack _actions_docfx/src/docfx -c Release -o ./drop/nuget
shell: pwsh
- run: dotnet nuget add source _actions_docfx/drop/nuget --name local-packages
working-directory: _actions_docfx
shell: pwsh
- run: dotnet tool update --global docfx
working-directory: _actions_docfx

Loading…
Cancel
Save