Skip to content

Commit

Permalink
DRY up VITE_BASE_DIR usage in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhonas committed Apr 26, 2023
1 parent 6951543 commit 854137d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
build: npm run build
start: npm run preview
working-directory: site
config: baseUrl=http://localhost:4173/free-exercise-db/
config: baseUrl=http://localhost:4173${{ env.VITE_BASE_DIR }}

deploy:
needs: [lint,test]
Expand Down

0 comments on commit 854137d

Please sign in to comment.