From 306e79dd16ad3bfcaf2da10e34834a6ee984732b Mon Sep 17 00:00:00 2001 From: Liam Gooch Date: Tue, 13 Feb 2024 22:21:01 +0000 Subject: [PATCH] fix: Fix html doc location --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b8ee10d..36aab51 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,4 +16,4 @@ jobs: aws-region: eu-west-2 - name: Deploy to S3 bucket - run: aws s3 sync index.html s3://${{ secrets.S3_BUCKET }} --delete + run: aws s3 sync ./index.html s3://${{ secrets.S3_BUCKET }} --delete