diff --git a/action.yml b/action.yml index c0ba021..db809f0 100644 --- a/action.yml +++ b/action.yml @@ -51,24 +51,24 @@ runs: shell: pwsh # When a custom fork is needed - - uses: actions/checkout@v3 - with: - repository: BUTR/docfx - path: _actions_docfx - - uses: actions/setup-node@v3 - with: - node-version: 16 - - run: npm install - working-directory: _actions_docfx/templates - shell: pwsh - - run: npm run build - working-directory: _actions_docfx/templates - shell: pwsh - - 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 +# - uses: actions/checkout@v3 +# with: +# repository: BUTR/docfx +# path: _actions_docfx +# - uses: actions/setup-node@v4 +# with: +# node-version: 16 +# - run: npm install +# working-directory: _actions_docfx/templates +# shell: pwsh +# - run: npm run build +# working-directory: _actions_docfx/templates +# shell: pwsh +# - 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 diff --git a/build/DocFx.Plugin.LastModified/DocFx.Plugin.LastModified.csproj b/build/DocFx.Plugin.LastModified/DocFx.Plugin.LastModified.csproj index 051557c..56661da 100644 --- a/build/DocFx.Plugin.LastModified/DocFx.Plugin.LastModified.csproj +++ b/build/DocFx.Plugin.LastModified/DocFx.Plugin.LastModified.csproj @@ -4,7 +4,7 @@ net7.0 LastModifiedPostProcessor DocFx.Plugin.LastModified - 1.2.4 + 1.2.5 https://github.com/Still34/DocFx.Plugin.LastModified https://github.com/Still34/DocFx.Plugin.LastModified/blob/master/LICENSE GitHub