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 b748061 commit e466169Copy full SHA for e466169
.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: env && yarn build
+ run: yarn build
23
env:
24
CONTENTFUL_ACCESS_TOKEN: ${{ secrets.CONTENTFUL_ACCESS_TOKEN }}
25
- name: Upload Artifact
0 commit comments