Skip to content

Commit e472928

Browse files
committed
Fix CICD remove artifact
1 parent 8ec02e2 commit e472928

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,3 @@ jobs:
5656
AWS_REGION: 'eu-west-3'
5757
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_KEY_ID }}
5858
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
59-
60-
- name: Upload artifact (optional)
61-
uses: actions/upload-artifact@v3
62-
with:
63-
name: static-site
64-
path: public

0 commit comments

Comments
 (0)