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.
2 parents bc71a5c + accfdce commit c5518f9Copy full SHA for c5518f9
.github/workflows/gatsby.yml
@@ -77,8 +77,8 @@ jobs:
77
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
78
- name: Build with Gatsby
79
env:
80
- PREFIX_PATHS: 'true'
81
- GATSBY_BACKEND_URL: ${{env.GATSBY_BACKEND_URL}}
+ PREFIX_PATHS: "true"
+ GATSBY_BACKEND_URL: ${{vars.GATSBY_BACKEND_URL}}
82
run: ${{ steps.detect-package-manager.outputs.manager }} run build
83
- name: Upload artifact
84
uses: actions/upload-pages-artifact@v3
0 commit comments