Update action.yml

master v3.0
Vitaly Mikhailov 4 years ago committed by GitHub
parent 198dbeacbe
commit 7be03406de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,11 @@ inputs:
docs-directory:
description: ''
default: '$PWD/docs'
docfx-version:
description: ''
default: '2.58.4'
newtonsoftjson-version:
description: ''
default: '11.0.2'
@ -62,3 +66,8 @@ runs:
run: >-
dotnet build ${{ github.action_path }}/build/DocFx.Plugin.LastModified --configuration Release --output ${{inputs.docs-directory}}/_template/last-modified/plugins;
shell: pwsh
- name: Install DocFX
run: >-
nuget install docfx.console -Version ${{inputs.docfx-version}} -ExcludeVersion;
shell: pwsh

Loading…
Cancel
Save