We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0849d6 commit f766a4fCopy full SHA for f766a4f
1 file changed
.github/workflows/build.yml
@@ -21,6 +21,11 @@ jobs:
21
cache: 'npm'
22
- run: npm ci
23
- run: npm run build
24
+ env:
25
+ PUBLIC_API_URL: ${{ vars.PUBLIC_API_URL }}
26
+ PUBLIC_STUDIO_URL: ${{ vars.PUBLIC_STUDIO_URL }}
27
+ PUBLIC_MAX_UPLOAD_SIZE: ${{ vars.PUBLIC_MAX_UPLOAD_SIZE }}
28
+ PUBLIC_CAPTCHA_ENABLED: ${{ vars.PUBLIC_CAPTCHA_ENABLED }}
29
- name: Upload GitHub Pages artifact
30
uses: actions/upload-pages-artifact@v3.0.1
31
with:
0 commit comments