From 82efb3c78106a42692b7b4af05d2b22af2a50a3f Mon Sep 17 00:00:00 2001 From: Gregory Mitchell <54124162+gmitch215@users.noreply.github.com> Date: Sat, 4 Jan 2025 22:23:44 -0600 Subject: [PATCH] Upload to Root Directory --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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