From 674147af07afa35b300ac64fc2d1443a0e17a4ab Mon Sep 17 00:00:00 2001 From: Petr Ruzicka Date: Fri, 15 Nov 2019 16:13:53 +0100 Subject: [PATCH] Set request limit for muffet --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d31c82f7..b4b873a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -106,7 +106,7 @@ jobs: EOF sudo caddy -quiet & go get -u github.com/raviqqe/muffet - ~/go/bin/muffet --skip-tls-verification --exclude "${EXCLUDE_WEB_PAGES}" https://${GITHUB_REPOSITORY%/*}.github.io/${GITHUB_REPOSITORY##*/} + ~/go/bin/muffet --concurrency=10 --skip-tls-verification --exclude "${EXCLUDE_WEB_PAGES}" https://${GITHUB_REPOSITORY%/*}.github.io/${GITHUB_REPOSITORY##*/} - name: Deploy uses: peaceiris/actions-gh-pages@v2.5.0