Skip to content

Commit

Permalink
Merge pull request #386 from iclanton/fix-playground-build
Browse files Browse the repository at this point in the history
Fix one more publishing issue.
  • Loading branch information
iclanton authored May 28, 2024
2 parents 45d1ced + 5ecbef8 commit e85c0b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion common/config/azure-pipelines/playground-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,21 @@ jobs:
steps:
- checkout: pagesBranch
persistCredentials: true
path: tsdoc

- script: git checkout gh-pages
displayName: 'Checkout gh-pages Branch'
workingDirectory: '$(Agent.BuildDirectory)/tsdoc'

- script: rm -r $(Build.SourcesDirectory)/*
displayName: 'Clean Pages Branch'
workingDirectory: '$(Agent.BuildDirectory)/tsdoc'

- task: DownloadPipelineArtifact@2
displayName: 'Download Playground Artifacts'
inputs:
artifact: playground
targetPath: $(Build.SourcesDirectory)
targetPath: $(Agent.BuildDirectory)/tsdoc

- template: /common/config/azure-pipelines/templates/configure-git.yaml@self

Expand All @@ -58,3 +61,4 @@ jobs:
echo "No changes"
fi
displayName: 'Commit and push playground artifacts'
workingDirectory: '$(Agent.BuildDirectory)/tsdoc'

0 comments on commit e85c0b6

Please sign in to comment.