We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ca396 commit 169f27fCopy full SHA for 169f27f
lib/build-preview.js
@@ -1,6 +1,6 @@
1
module.exports.register = function ({ config, playbook }) {
2
playbook.content.sources.push({
3
- url: process.env.PR_URL,
4
- branches: process.env.PR_BRANCH
+ url:"../preview/" + process.env.PR_START_PATH,
+ branches: "HEAD"
5
})
6
}
0 commit comments