We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107ad11 commit 311089fCopy full SHA for 311089f
.github/workflows/deploy.yml
@@ -45,7 +45,8 @@ jobs:
45
working-directory: ./${{ env.APP_VERSION }}
46
run: npm ci
47
48
- - name: Build Frontend with Secrets
+ - name: Build project
49
+ working-directory: ./${{ env.APP_VERSION }}
50
run: npm run build
51
env:
52
# This is the 'env' block.
@@ -56,10 +57,6 @@ jobs:
56
57
VITE_EMAILJS_TEMPLATE_ID: ${{ secrets.VITE_EMAILJS_TEMPLATE_ID }}
58
VITE_RECEIVER_EMAIL: ${{ secrets.VITE_RECEIVER_EMAIL }}
59
- - name: Build project
60
- working-directory: ./${{ env.APP_VERSION }}
61
- run: npm run build
62
-
63
- name: Setup Pages
64
uses: actions/configure-pages@v4
65
0 commit comments