diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f179938..4eaff5b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: - name: Replace files in S3 bucket / Static Site run: | - aws s3 sync s3:// --delete --region \ + aws s3 sync ${{ secrets.LOCAL_DIRECTORY_PATH }} s3://${{ secrets.BUCKET_NAME }} --delete --region \ --exclude "*" \ --include "index.html" \ --include "error.html" \