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: with:
node-version: 16 node-version: 16
- run: npm install - run: npm install
working-directory: templates working-directory: build/docfx/templates
shell: pwsh shell: pwsh
- run: npm run build - run: npm run build
working-directory: templates working-directory: build/docfx/templates
shell: pwsh 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 shell: pwsh
- run: dotnet tool update --global docfx - run: dotnet tool update --global docfx
shell: pwsh shell: pwsh

Loading…
Cancel
Save