testing getting commit counts again
This commit is contained in:
parent
f8ecaa5ad5
commit
8a3a80eefd
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -226,7 +226,7 @@ function pageUpdate() {
|
|||
|
||||
html = '<!-- The following code is dynamically generated, I apologize for any formatting errors. Please view the "resources/mainPage.html" on the codeberg repository for something more readable. -->\n' + html
|
||||
|
||||
console.log(commitCount(), commitCount('https://github.com/Violets-puragtory/Violets-Purgatory.dev'), commitCount('https://codeberg.org/Bingus_Violet/Violets-Purgatory'), commitCount('.git'))
|
||||
console.log(fetch('https://codeberg.org/Bingus_Violet/Violets-Purgatory'))
|
||||
fs.writeFileSync(path.join(__dirname, 'static/index.html'), html)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue