From 1823c5751cb3192c2cc7f704a302742c92fc8a2f Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Fri, 28 Apr 2023 11:04:23 +0300 Subject: [PATCH] Update action.yml --- action.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/action.yml b/action.yml index 6b0100d..c0ba021 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@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 +# shell: pwsh