Update action.yml

master v3.3
Vitalii Mikhailov 3 years ago committed by GitHub
parent e74156fa74
commit 28f165d531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save