Skip to content

Commit d699d66

Browse files
authored
chore(CI): add recaptcha key
1 parent b51052e commit d699d66

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ jobs:
2626
2727
- run: yarn install --frozen-lockfile
2828
- run: yarn test
29-
- run: yarn predeploy:prefix # builds the docs site with --prefix-paths for gh-pages
29+
- name: Build # builds the docs site with --prefix-paths for gh-pages
30+
run: |
31+
yarn predeploy:prefix
32+
env:
33+
GATSBY_SITE_RECAPTCHA_KEY: ${{ secrets.GATSBY_SITE_RECAPTCHA_KEY }}
3034

3135
- name: Deploy
3236
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)