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 b3aefb9 commit b987a64Copy full SHA for b987a64
.github/workflows/deploy.yml
@@ -20,15 +20,15 @@ jobs:
20
- name: Install dependencies
21
run: npm install
22
23
- - name: Build and Compress
24
- run: npm run release # Changed from npm run build
25
-
26
- name: Configure AWS Credentials
27
uses: aws-actions/configure-aws-credentials@v2
28
with:
29
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
30
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
31
aws-region: us-east-1 # Change to your S3 region
32
+ - name: Build and Compress
+ run: npm run release # Changed from npm run build
+
33
- name: Deploy to S3
34
run: npm run deploy
0 commit comments