Skip to content

Commit

Permalink
ci: fix s3 sync by pushing to the academy/ subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Apr 17, 2024
1 parent db90e8d commit cdeacde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
aws-region: ${{ secrets.ACADEMY_S3_REGION }}

- name: Sync build assets with S3
run: aws s3 sync --delete _build/academy/ s3://${{ secrets.ACADEMY_S3_BUCKET }}
run: aws s3 sync --delete _build/academy/ s3://${{ secrets.ACADEMY_S3_BUCKET }}/academy/

0 comments on commit cdeacde

Please sign in to comment.