Skip to content

Commit

Permalink
ci: don't fail if directory does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Mar 19, 2024
1 parent 6aaccef commit 3933450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.BUILD_ARCHIVE_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.BUILD_ARCHIVE_SECRET_KEY }}
run: |
rm -r updatesite/p2
rm -r updatesite/p2 || true
mkdir updatesite/p2
aws s3 sync s3://build-artifacts.wetransform.to/p2/offline-resources/site updatesite/p2 --region eu-central-1
shell: bash
Expand Down

0 comments on commit 3933450

Please sign in to comment.