Wrong job.

This commit is contained in:
Ritchie Frodomar 2024-10-18 23:35:02 -04:00
parent ddfb1253ba
commit cc86d9ad02

View file

@ -18,7 +18,6 @@ build_base:
script:
- if (dotnet nuget list source | grep gitlab); then dotnet nuget remove source gitlab; fi
- dotnet nuget add source -n gitlab https://gitlab.acidiclight.dev/api/v4/projects/13/packages/nuget/index.json
- export PATH="$PATH:$HOME/.dotnet/tools"
- dotnet build -c release src
pages:
@ -28,6 +27,7 @@ pages:
- if (dotnet nuget list source | grep gitlab); then dotnet nuget remove source gitlab; fi
- dotnet nuget add source -n gitlab https://gitlab.acidiclight.dev/api/v4/projects/13/packages/nuget/index.json
- dotnet tool update -g docfx
- export PATH="$PATH:$HOME/.dotnet/tools"
- docfx
artifacts:
paths: