mirror of
https://github.com/xHyroM/website.git
synced 2024-11-22 06:51: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();
|
).json();
|
||||||
|
|
||||||
|
console.log(repository); //debug
|
||||||
|
|
||||||
project.stats = {
|
project.stats = {
|
||||||
forks: repository.forks,
|
forks: repository.forks,
|
||||||
stars: repository.stargazers_count,
|
stars: repository.stargazers_count,
|
||||||
|
|
Loading…
Reference in a new issue