Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
jewpaltz committed Mar 4, 2024
1 parent 3f5bc25 commit 24f9a2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
S_BASE_URL: ${{ secrets.S_BASE_URL }}
E_BASE_URL: ${{ vars.BASE_URL }}
L_BASE_URL: /2024-Spring/
VITE_BASE_URL: ${{ vars.VITE_BASE_URL }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -49,7 +50,7 @@ jobs:
working-directory: ./client

- name: Echo
run: echo "S_BASE_URL=$S_BASE_URL E_BASE_URL=$E_BASE_URL L_BASE_URL=$L_BASE_URL"
run: echo "S_BASE_URL=${S_BASE_URL} E_BASE_URL=$E_BASE_URL L_BASE_URL=${L_BASE_URL}"

- name: Archive production artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 24f9a2c

Please sign in to comment.