Skip to content

Commit 45d1ced

Browse files
authored
Merge pull request #385 from iclanton/fix-playground-build
Fix an issue with playground build.
2 parents 154f71b + b8e4a61 commit 45d1ced

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/config/azure-pipelines/playground-build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
displayName: Build
1717
steps:
1818
- checkout: self
19+
path: tsdoc
1920

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

@@ -31,6 +32,7 @@ jobs:
3132
steps:
3233
- checkout: pagesBranch
3334
persistCredentials: true
35+
3436
- script: git checkout gh-pages
3537
displayName: 'Checkout gh-pages Branch'
3638

0 commit comments

Comments
 (0)