diff --git a/.github/workflows/draft-deploy.yml b/.github/workflows/draft-deploy.yml index 0130593dab..e54d49c775 100644 --- a/.github/workflows/draft-deploy.yml +++ b/.github/workflows/draft-deploy.yml @@ -24,7 +24,7 @@ jobs: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ vars.NETLIFY_SITE_ID }} with: - args: deploy --dir=build + args: deploy --dir=build --no-build - name: Find comment uses: peter-evans/find-comment@v3 diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 4008b498f9..49a8b57bc6 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -25,4 +25,4 @@ jobs: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ vars.NETLIFY_SITE_ID }} with: - args: deploy --dir=build --alias="$GITHUB_REF_NAME" + args: deploy --dir=build --alias="$GITHUB_REF_NAME" --no-build diff --git a/src/pages/index.tsx b/src/pages/index.tsx index e438941ca1..ffee3f6c4b 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -38,7 +38,7 @@ const HomepageButtons: FunctionComponent = () => { >