From 76cb6cb440e1801f5d8ff3deab7a44954af2b536 Mon Sep 17 00:00:00 2001 From: Dylan Page Date: Tue, 18 Jul 2023 00:00:25 -0400 Subject: [PATCH] fix: muffet config --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 1ac54b0b78..d593324c81 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -58,9 +58,9 @@ jobs: - name: wait until server listened run: curl --retry-delay 1 --retry 30 --retry-all-error http://localhost:8080 + # medium.com => was being rate limited: HTTP 429 - run: | ./muffet \ - # rate limited 429 -e 'https://medium.com/runatlantis' -e 'https://github\.com/runatlantis/atlantis/edit/main/.*' \ -e 'https://github.com/runatlantis/helm-charts#customization' \