Skip to content

Commit b8e4a61

Browse files
committed
Fix an issue with playground build.
1 parent 154f71b commit b8e4a61

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)