Skip to content

Commit 169f27f

Browse files
committed
build-preview wip
1 parent a1ca396 commit 169f27f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/build-preview.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports.register = function ({ config, playbook }) {
22
playbook.content.sources.push({
3-
url: process.env.PR_URL,
4-
branches: process.env.PR_BRANCH
3+
url:"../preview/" + process.env.PR_START_PATH,
4+
branches: "HEAD"
55
})
66
}

0 commit comments

Comments
 (0)