diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 842f0b348..2d246af71 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -25,4 +25,3 @@ on: push: branches: - main - - puppies diff --git a/website/post.js b/website/post.js index 61e47e88f..b58bceadd 100644 --- a/website/post.js +++ b/website/post.js @@ -364,7 +364,7 @@ await pAll( console.log('OG image `%s`', info.meta.title) } }), - {concurrency: 6} + {concurrency: 4} ) await browser.close()