1
0

Updated docs

This commit is contained in:
2026-03-24 18:31:37 +01:00
parent 7392b0eb98
commit 314e5da9cc
7 changed files with 25 additions and 11 deletions

View File

@@ -30,10 +30,9 @@ jobs:
with:
fetch-depth: 0
- name: Restore tools
- name: Prepare environment
run: |
set -ex
dotnet tool restore -v q
dotnet tool install dotnet-reportgenerator-globaltool --tool-path /dotnet-tools
echo "CI_SERVER_HOST=${GITEA_SERVER_URL#https://}" >> "$GITEA_ENV"

View File

@@ -30,10 +30,9 @@ jobs:
with:
fetch-depth: 0
- name: Restore tools
- name: Prepare environment
run: |
set -ex
dotnet tool restore -v q
dotnet tool install dotnet-reportgenerator-globaltool --tool-path /dotnet-tools
dotnet tool install docfx --tool-path /dotnet-tools
echo "CI_SERVER_HOST=${GITEA_SERVER_URL#https://}" >> "$GITEA_ENV"