Skip to content

Commit 9887d3f

Browse files
committed
Fix validation workflow to include PUBLIC_URL
1 parent f8bc6c2 commit 9887d3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
run: yarn lint
2626

2727
- name: Compile TypeScript
28-
run: yarn build
28+
run: |
29+
PUBLIC_URL="/dev/${{ github.head_ref }}/" yarn build
2930
3031
- name: Run Security Audit
3132
run: yarn audit --level moderate

0 commit comments

Comments
 (0)