From f2ac5a37f7bac97b0edcd284a6b9fdba12ba740d Mon Sep 17 00:00:00 2001 From: Hendrik Kleinwaechter Date: Mon, 3 Jul 2023 16:36:12 +0200 Subject: [PATCH] Fix dir names --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 09baa87..90624a3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,8 +34,8 @@ jobs: aws_key_id: ${{ secrets.AWS_KEY_ID }} aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}} aws_bucket: ${{ secrets.AWS_BUCKET_WEBSITE }} - source_dir: book/html - destination_dir: static_website_html + source_dir: book/static_website_html + destination_dir: static_html_root - name: Invalidate Cloudfront book cache uses: chetan/invalidate-cloudfront-action@v2 env: