mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-08 21:14:30 +02:00
Speed up Checkout for Docs job
This commit is contained in:
parent
38fcffe871
commit
8a38e124fd
1 changed files with 3 additions and 2 deletions
|
|
@ -841,8 +841,9 @@ stages:
|
|||
displayName: 'Install .net core'
|
||||
inputs:
|
||||
version: $(dotnetVersion)
|
||||
- checkout: self # Need history for Sonar analysis
|
||||
submodules: true
|
||||
- checkout: self
|
||||
submodules: true
|
||||
fetchDepth: 1
|
||||
- bash: ./docs.sh Windows
|
||||
displayName: Create openapi.json
|
||||
- bash: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue