Skip to content

Commit

Permalink
Update build-deploy-pages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
infhyroyage authored Apr 13, 2024
1 parent 0dc591a commit 6f0207f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-deploy-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
- .github/workflows/build-deploy-pages.yaml
- public**
- src**
- .env
- index.html
- package*.json
- tsconfig*.json
Expand Down Expand Up @@ -56,7 +55,7 @@ jobs:
run: npm ci

- name: Build
run: vite build
run: npx vite build
env:
VITE_API_URI: ${{ vars.API_URI }}
VITE_AZURE_AD_APP_REDIRECT_URI: https://infhyroyage.github.io/QuestionAnswerPortal
Expand Down

0 comments on commit 6f0207f

Please sign in to comment.