Skip to content

Commit d390249

Browse files
committed
Remove build after deploy due to cache error
1 parent fb613a9 commit d390249

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ jobs:
3535
env:
3636
# or if using AWS creds directly
3737
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
38-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
38+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
39+
- name: clear build
40+
run: rm -rf build

0 commit comments

Comments
 (0)