Update action.yml

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

@ -54,12 +54,12 @@ runs:
with:
node-version: 16
- run: npm install
working-directory: templates
working-directory: build/docfx/templates
shell: pwsh
- run: npm run build
working-directory: templates
working-directory: build/docfx/templates
shell: pwsh
- run: dotnet pack src/docfx -c Release -o ./drop/nuget
- run: dotnet pack build/docfx/src/docfx -c Release -o ./drop/nuget
shell: pwsh
- run: dotnet tool update --global docfx
shell: pwsh

Loading…
Cancel
Save