master
Vitalii Mikhailov 2 years ago
parent afdac21450
commit 16bcbb313d
No known key found for this signature in database
GPG Key ID: 954DDABC3A87570A

@ -51,24 +51,24 @@ runs:
shell: pwsh shell: pwsh
# When a custom fork is needed # When a custom fork is needed
- uses: actions/checkout@v3 # - uses: actions/checkout@v3
with: # with:
repository: BUTR/docfx # repository: BUTR/docfx
path: _actions_docfx # path: _actions_docfx
- uses: actions/setup-node@v3 # - uses: actions/setup-node@v4
with: # with:
node-version: 16 # node-version: 16
- run: npm install # - run: npm install
working-directory: _actions_docfx/templates # working-directory: _actions_docfx/templates
shell: pwsh # shell: pwsh
- 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 _actions_docfx/drop/nuget # - run: dotnet pack _actions_docfx/src/docfx -c Release -o _actions_docfx/drop/nuget
shell: pwsh
- run: dotnet tool update --global docfx
working-directory: _actions_docfx
shell: pwsh
# - name: Install DocFX
# run: dotnet tool update -g docfx
# shell: pwsh # shell: pwsh
# - run: dotnet tool update --global docfx
# working-directory: _actions_docfx
# shell: pwsh
- name: Install DocFX
run: dotnet tool update -g docfx
shell: pwsh

@ -4,7 +4,7 @@
<TargetFramework>net7.0</TargetFramework> <TargetFramework>net7.0</TargetFramework>
<AssemblyName>LastModifiedPostProcessor</AssemblyName> <AssemblyName>LastModifiedPostProcessor</AssemblyName>
<RootNamespace>DocFx.Plugin.LastModified</RootNamespace> <RootNamespace>DocFx.Plugin.LastModified</RootNamespace>
<Version>1.2.4</Version> <Version>1.2.5</Version>
<RepositoryUrl>https://github.com/Still34/DocFx.Plugin.LastModified</RepositoryUrl> <RepositoryUrl>https://github.com/Still34/DocFx.Plugin.LastModified</RepositoryUrl>
<PackageLicenseUrl>https://github.com/Still34/DocFx.Plugin.LastModified/blob/master/LICENSE</PackageLicenseUrl> <PackageLicenseUrl>https://github.com/Still34/DocFx.Plugin.LastModified/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>GitHub</RepositoryType> <RepositoryType>GitHub</RepositoryType>

Loading…
Cancel
Save