From 9261558eab50dc836b6aaf2fdfbc869317c46b95 Mon Sep 17 00:00:00 2001 From: Aaron Sherber Date: Sun, 29 Jun 2025 18:20:56 -0400 Subject: [PATCH] Switch to our fork of the deploy action --- .github/workflows/deploy-to-aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-aws.yml b/.github/workflows/deploy-to-aws.yml index 76d51d3..a56496d 100644 --- a/.github/workflows/deploy-to-aws.yml +++ b/.github/workflows/deploy-to-aws.yml @@ -32,7 +32,7 @@ jobs: - name: Deploy to AWS if: github.event_name == 'push' - uses: onramper/action-deploy-aws-static-site@v3.2.0 + uses: finale-lua/action-deploy-aws-static-site@v3.3.0 with: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}