Skip to content

Commit 0e18115

Browse files
committed
2 parents b342ba7 + 5d3378f commit 0e18115

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/fetch-sponsors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
3636
- name: Commit and Push Sponsors JSON
3737
run: |
38-
git add json/sponsors.json
38+
git add docs/public/api/sponsors.json
3939
git commit -m "Update Sponsors" || true
4040
git push || true

docs/public/api/sponsors.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
{}
1+
[
2+
{
3+
"login": "roeldebruijn1978",
4+
"avatarUrl": "https://avatars.githubusercontent.com/u/36719258?v=4",
5+
"url": "https://github.com/roeldebruijn1978",
6+
"amount": 300
7+
}
8+
]

0 commit comments

Comments
 (0)