diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7b8fc89..0a8ee645 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -225,4 +225,5 @@ jobs: aws_secret_access_key: ${{ secrets.CF_R2_SECRET_ACCESS_KEY }} aws_bucket: ${{ vars.CF_R2_BUCKET }} endpoint: ${{ secrets.CF_R2_ENDPOINT }} - source_dir: 'build/site/_site' \ No newline at end of file + source_dir: 'build/site/_site' + destination_dir: '' \ No newline at end of file