mirror of
https://github.com/TRaSH-Guides/Guides.git
synced 2026-02-05 00:09:14 -06:00
updates
This commit is contained in:
5
.github/scripts/update-contributors.js
vendored
5
.github/scripts/update-contributors.js
vendored
@@ -15,6 +15,9 @@ function fetchPage() {
|
||||
.then((response) => {
|
||||
if (response.data.length === 0) {
|
||||
// No more contributors, write the file
|
||||
if (index % 5 !== 0) {
|
||||
contributors += '</tr>\n'; // Close the row if it's not already closed
|
||||
}
|
||||
contributors += '</table>\n';
|
||||
contributors = indentString(contributors, '');
|
||||
|
||||
@@ -55,4 +58,4 @@ function fetchPage() {
|
||||
});
|
||||
}
|
||||
|
||||
fetchPage();
|
||||
fetchPage();
|
||||
|
||||
Reference in New Issue
Block a user