We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3e824 commit b748061Copy full SHA for b748061
.github/workflows/cd.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Clean Gatsby Cache
20
run: yarn clean
21
- name: Build Gatsby Site
22
- run: yarn build
+ run: env && yarn build
23
env:
24
CONTENTFUL_ACCESS_TOKEN: ${{ secrets.CONTENTFUL_ACCESS_TOKEN }}
25
- name: Upload Artifact
0 commit comments