From a51611b144b7bcedab0adc07cbabda8c7cf7d1cc Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Thu, 27 Apr 2023 15:37:55 +0300 Subject: [PATCH] Fix --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) 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