diff --git a/action.yml b/action.yml index b85b42b..02600aa 100644 --- a/action.yml +++ b/action.yml @@ -54,6 +54,8 @@ runs: with: node-version: 16 - run: npm install + working-directory: templates - run: npm run build - - run: dotnet pack -c Release /p:Version=2.60.0 -o ./drop/nuget - - run: dotnet tool install -g --add-source ./drop/nuget docfx + working-directory: templates + - run: dotnet pack src/docfx -c Release -o ./drop/nuget + - run: dotnet tool update --global docfx diff --git a/docfx b/docfx index 6840f00..8b6a96e 160000 --- a/docfx +++ b/docfx @@ -1 +1 @@ -Subproject commit 6840f0089679bd3db16fc2d3679f0477805d3831 +Subproject commit 8b6a96ebd3ff359cf22c3880d029cddb149407ea