Skip to content

Commit b748061

Browse files
authored
Update cd.yml
1 parent 0b3e824 commit b748061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Clean Gatsby Cache
2020
run: yarn clean
2121
- name: Build Gatsby Site
22-
run: yarn build
22+
run: env && yarn build
2323
env:
2424
CONTENTFUL_ACCESS_TOKEN: ${{ secrets.CONTENTFUL_ACCESS_TOKEN }}
2525
- name: Upload Artifact

0 commit comments

Comments
 (0)