Skip to content

Commit b3fdc47

Browse files
committed
Set env var in GHA for preview
1 parent 8127c1f commit b3fdc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: make install
3434

3535
- name: Build the website
36-
run: make build
36+
run: PREVIEW=true make build
3737

3838
- name: Set up SSH key
3939
uses: webfactory/[email protected]

0 commit comments

Comments
 (0)