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 b51052e commit d699d66Copy full SHA for d699d66
.github/workflows/github-pages.yml
@@ -26,7 +26,11 @@ jobs:
26
27
- run: yarn install --frozen-lockfile
28
- run: yarn test
29
- - run: yarn predeploy:prefix # builds the docs site with --prefix-paths for gh-pages
+ - 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 }}
34
35
- name: Deploy
36
uses: peaceiris/actions-gh-pages@v3
0 commit comments