We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7c687 commit f577030Copy full SHA for f577030
.github/workflows/build-and-preview-site.yml
@@ -41,9 +41,10 @@ jobs:
41
if: github.event.action != 'closed'
42
run: npm ci
43
44
- - name: Set PATH_PREFIX
+ - name: Set PATH_PREFIX for preview
45
46
- run: echo "PATH_PREFIX=layer5" >> $GITHUB_ENV
+ run: |
47
+ echo "PATH_PREFIX=pr-preview/pr-${{ github.event.pull_request.number }}" >> $GITHUB_ENV
48
49
- name: Build PR preview
50
0 commit comments