We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e554b6 commit d5bd854Copy full SHA for d5bd854
1 file changed
.github/workflows/deploy.yml
@@ -47,6 +47,7 @@ jobs:
47
echo "VITE_COURSE_NAME=${{secrets.WORKSHOP_NAME}}" >> .env
48
echo "VITE_GLOBAL_PROGRESS_BAR=false" >> .env
49
echo "VITE_REQUIRES_GITHUB_AUTHENTICATION=false" >> .env
50
+ echo "BASE_URL=pr-${{ secrets.WORKSHOP_BASE_URL }}" >> .env
51
52
- name: Install dependencies
53
run: npm ci
0 commit comments