Skip to content

Commit

Permalink
Set request limit for muffet
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Nov 15, 2019
1 parent b3bff9c commit 61fdb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vuepress-build.yml
Expand Up @@ -87,7 +87,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
Expand Down

0 comments on commit 61fdb9a

Please sign in to comment.