Skip to content

Commit 27fe366

Browse files
committed
added a single screenshot and modified some of the css of the code
css improved and chrome application address also
1 parent 226af50 commit 27fe366

File tree

5 files changed

+2543
-1255
lines changed

5 files changed

+2543
-1255
lines changed

.github/workflows/capture-screenshot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ async function takeScreenshot(username) {
66
const url = `https://github.com/${username}`;
77
const browser = await puppeteer.launch({
88
headless: true,
9-
executablePath: '/usr/bin/google-chrome-stable', // Path to Chrome executable
9+
executablePath: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', // Path to Chrome executable
1010
args: ['--no-sandbox', '--disable-setuid-sandbox']
1111
});
1212
const page = await browser.newPage();
303 KB
Loading

0 commit comments

Comments
 (0)