Skip to content

Commit

Permalink
Force upload of all files
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlence committed Dec 6, 2024
1 parent b805668 commit a1b3f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: hugo && hugo deploy
run: hugo && hugo deploy --force

# Send notification on build or deploy failure
- name: Notify slack fail
Expand Down

0 comments on commit a1b3f33

Please sign in to comment.