mirror of
https://gitlab.acidiclight.dev/sociallydistant/sociallydistant.git
synced 2025-01-22 09:31:47 -05:00
Wrong job.
This commit is contained in:
parent
ddfb1253ba
commit
cc86d9ad02
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue