Skip to content

Commit

Permalink
fix: change source_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jandiralceu committed Sep 13, 2024
1 parent 483a6a6 commit 5399daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
AWS_S3_BUCKET: ${{ secrets.AWS_BUCKET_NAME }}
DISTRIBUTION_ID: ${{ secrets.AWS_DISTRIBUTION_ID }}
AWS_REGION: ${{ secrets.AWS_REGION }}
SOURCE_DIR: "./public"
SOURCE_DIR: "public"

# - uses: jakejarvis/s3-sync-action@master
# name: 🚀 Deploy to S3
Expand Down

0 comments on commit 5399daf

Please sign in to comment.