Skip to content

Commit 311089f

Browse files
committed
update build step
1 parent 107ad11 commit 311089f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
working-directory: ./${{ env.APP_VERSION }}
4646
run: npm ci
4747

48-
- name: Build Frontend with Secrets
48+
- name: Build project
49+
working-directory: ./${{ env.APP_VERSION }}
4950
run: npm run build
5051
env:
5152
# This is the 'env' block.
@@ -56,10 +57,6 @@ jobs:
5657
VITE_EMAILJS_TEMPLATE_ID: ${{ secrets.VITE_EMAILJS_TEMPLATE_ID }}
5758
VITE_RECEIVER_EMAIL: ${{ secrets.VITE_RECEIVER_EMAIL }}
5859

59-
- name: Build project
60-
working-directory: ./${{ env.APP_VERSION }}
61-
run: npm run build
62-
6360
- name: Setup Pages
6461
uses: actions/configure-pages@v4
6562

0 commit comments

Comments
 (0)