From f7b727da6c5d0a68250020d536af8a0f6bdf5022 Mon Sep 17 00:00:00 2001 From: Artur Date: Sat, 18 Feb 2023 17:35:50 +0100 Subject: [PATCH] updated the list of distros, removed the end of support --- .github/workflows/docs.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4e48c245c4..4de36cb63b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -82,9 +82,11 @@ jobs: - name: '[Prepare]' if: steps.cache-cake.outputs.cache-hit != 'true' - run: | - dotnet build build/CI.sln --configuration=Release - dotnet run/build.dll --target=BuildPrepare + run: dotnet build build/CI.sln --configuration=Release + - + name: '[DogFood]' + shell: pwsh + run: dotnet run/build.dll --target=BuildPrepare - name: 'Upload gitversion tool' uses: actions/upload-artifact@v3