Skip to content

Commit 2bff837

Browse files
authored
Merge pull request #2686 from arduino/lukdog-remove-cookies
[WEDO-6992] Removing cookies from preview
2 parents 0ef3266 + 919fd11 commit 2bff837

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
@@ -108,7 +108,7 @@ jobs:
108108
${{ runner.os }}-public-gatsby-main
109109
110110
- run: npm install
111-
- run: npm run build
111+
- run: GATSBY_HF_CDN_URL="" npm run build
112112

113113
- name: Install Netlify
114114
run: npm install netlify-cli@17.23.2 -g

0 commit comments

Comments
 (0)