File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
common/config/azure-pipelines Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -32,18 +32,21 @@ jobs:
3232 steps :
3333 - checkout : pagesBranch
3434 persistCredentials : true
35+ path : tsdoc
3536
3637 - script : git checkout gh-pages
3738 displayName : ' Checkout gh-pages Branch'
39+ workingDirectory : ' $(Agent.BuildDirectory)/tsdoc'
3840
3941 - script : rm -r $(Build.SourcesDirectory)/*
4042 displayName : ' Clean Pages Branch'
43+ workingDirectory : ' $(Agent.BuildDirectory)/tsdoc'
4144
4245 - task : DownloadPipelineArtifact@2
4346 displayName : ' Download Playground Artifacts'
4447 inputs :
4548 artifact : playground
46- targetPath : $(Build.SourcesDirectory)
49+ targetPath : $(Agent.BuildDirectory)/tsdoc
4750
4851 - template : /common/config/azure-pipelines/templates/configure-git.yaml@self
4952
5861 echo "No changes"
5962 fi
6063 displayName: 'Commit and push playground artifacts'
64+ workingDirectory: '$(Agent.BuildDirectory)/tsdoc'
You can’t perform that action at this time.
0 commit comments