Fixed actions
Build and publish / build (push) Successful in 1m6s

This commit is contained in:
Lino Silva
2024-10-14 23:19:54 +01:00
parent bb777f002b
commit 3594e33786
+4 -1
View File
@@ -16,7 +16,10 @@ const contas = {
async function parseLogRocketBlogHome(conta) {
// Launch the browser
const browser = await puppeteer.launch();
const browser = await puppeteer.launch({
args: ["--no-sandbox"],
timeout: 10000,
});
// Open a new tab
const page = await browser.newPage();