Skip to content

Commit d5bd854

Browse files
committed
WORKSHOP_BASE_URL add
1 parent 9e554b6 commit d5bd854

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
echo "VITE_COURSE_NAME=${{secrets.WORKSHOP_NAME}}" >> .env
4848
echo "VITE_GLOBAL_PROGRESS_BAR=false" >> .env
4949
echo "VITE_REQUIRES_GITHUB_AUTHENTICATION=false" >> .env
50+
echo "BASE_URL=pr-${{ secrets.WORKSHOP_BASE_URL }}" >> .env
5051
5152
- name: Install dependencies
5253
run: npm ci

0 commit comments

Comments
 (0)