Skip to content

Commit

Permalink
Add vite base url
Browse files Browse the repository at this point in the history
  • Loading branch information
trisDeveloper committed Nov 3, 2024
1 parent 82cf498 commit 321d325
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
defaults:
run:
working-directory: ./${{ env.CURRENT_DIR }}
env:
VITE_BASE_URL: ${{ secrets.VITE_BASE_URL }}

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 321d325

Please sign in to comment.