diff --git a/action.yml b/action.yml index 02600aa..928fc75 100644 --- a/action.yml +++ b/action.yml @@ -55,7 +55,11 @@ runs: node-version: 16 - run: npm install working-directory: templates + shell: pwsh - run: npm run build working-directory: templates + shell: pwsh - run: dotnet pack src/docfx -c Release -o ./drop/nuget + shell: pwsh - run: dotnet tool update --global docfx + shell: pwsh