Skip to content

Commit 447e6f7

Browse files
authored
Update generate-all-docs.yml (Azure#17270)
1 parent 6286f95 commit 447e6f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/generate-all-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
variables:
1010
skipComponentGovernanceDetection: true
1111

12-
timeoutInMinutes: 120
12+
timeoutInMinutes: 1200
1313

1414
pool:
1515
vmImage: 'ubuntu-18.04'
@@ -35,4 +35,4 @@ jobs:
3535
- task: PublishPipelineArtifact@0
3636
inputs:
3737
artifactName: 'documentation'
38-
targetPath: '$(Build.SourcesDirectory)/_docs'
38+
targetPath: '$(Build.SourcesDirectory)/_docs'

0 commit comments

Comments
 (0)