From 87eb01d34411cc5083e68fd32563ce0f053b769f Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Fri, 14 Feb 2025 12:57:27 -0600 Subject: [PATCH] fix: Proper homepage discussion updates --- .github/workflows/update-discussions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-discussions.yml b/.github/workflows/update-discussions.yml index 226d714e..1d57e08a 100644 --- a/.github/workflows/update-discussions.yml +++ b/.github/workflows/update-discussions.yml @@ -79,4 +79,4 @@ jobs: secret_key: ${{ secrets.PROD_GARAGE_SECRET_KEY }} bucket: ${{ vars.PROD_GARAGE_BUCKET }} source: ./site/en/index.html - target: /en + target: /en/index.html