Skip to content

Commit f766a4f

Browse files
committed
Update build.yml
1 parent f0849d6 commit f766a4f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
cache: 'npm'
2222
- run: npm ci
2323
- 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 }}
2429
- name: Upload GitHub Pages artifact
2530
uses: actions/upload-pages-artifact@v3.0.1
2631
with:

0 commit comments

Comments
 (0)