Skip to content

Commit

Permalink
Merge pull request #385 from iclanton/fix-playground-build
Browse files Browse the repository at this point in the history
Fix an issue with playground build.
  • Loading branch information
iclanton authored May 28, 2024
2 parents 154f71b + b8e4a61 commit 45d1ced
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/config/azure-pipelines/playground-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
displayName: Build
steps:
- checkout: self
path: tsdoc

- template: /common/config/azure-pipelines/templates/install-node.yaml@self

Expand All @@ -31,6 +32,7 @@ jobs:
steps:
- checkout: pagesBranch
persistCredentials: true

- script: git checkout gh-pages
displayName: 'Checkout gh-pages Branch'

Expand Down

0 comments on commit 45d1ced

Please sign in to comment.