Skip to content

Commit

Permalink
updated the list of distros, removed the end of support
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Feb 18, 2023
1 parent ffa95ec commit f7b727d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7b727d

Please sign in to comment.