Skip to content

Commit 696f0be

Browse files
committed
Fix env
1 parent 0e0c9d5 commit 696f0be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-preview.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ jobs:
199199
run: cd ./packages/gitbook && bun e2e-browserless
200200
env:
201201
BASE_URL: ${{needs.deploy-v2-vercel.outputs.deployment-url}}
202+
SITE_BASE_URL: ${{ needs.deploy-v2-vercel.outputs.deployment-url }}/url/
202203
browserless-testing-v2-cloudflare:
203204
runs-on: ubuntu-latest
204205
name: Browserless Testing v2 (Cloudflare)
@@ -215,4 +216,5 @@ jobs:
215216
- name: Run tests
216217
run: cd ./packages/gitbook && bun e2e-browserless
217218
env:
218-
BASE_URL: ${{needs.deploy-v2-cloudflare.outputs.deployment-url}}
219+
BASE_URL: ${{needs.deploy-v2-cloudflare.outputs.deployment-url}}
220+
SITE_BASE_URL: ${{ needs.deploy-v2-cloudflare.outputs.deployment-url }}/url/

0 commit comments

Comments
 (0)