mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
build: investigate why fetching doesnt work
This commit is contained in:
parent
eedeec649c
commit
0ff8c539b1
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ for (const project of projects) {
|
|||
})
|
||||
).json();
|
||||
|
||||
console.log(repository); //debug
|
||||
|
||||
project.stats = {
|
||||
forks: repository.forks,
|
||||
stars: repository.stargazers_count,
|
||||
|
|
Loading…
Reference in a new issue