Skip to content

Commit

Permalink
Update jekyll-build-push-S3-v2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrodziski authored Jan 17, 2024
1 parent a1ca14c commit e2a8237
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/jekyll-build-push-S3-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ jobs:
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
aws_bucket: ${{ secrets.AWS_BUCKET }}
source_dir: 'landing/dist'
destination_dir: ''
- name: Fix permissions
run: |
chmod -c -R +rX "landing/dist/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit e2a8237

Please sign in to comment.