Skip to content

Commit c8d6af2

Browse files
committed
[skip ci] update sponsors path
1 parent cb02c57 commit c8d6af2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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 docs/public/api/sponsors.json
38+
git add meta/sponsors.json
3939
git commit -m "Update Sponsors" || true
4040
git push || true

scripts/fetch-sponsors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def fetch_sponsors(github_token):
4141

4242
return response.json()
4343

44-
def save_sponsors_to_file(sponsors_data, filename="docs/public/api/sponsors.json"):
44+
def save_sponsors_to_file(sponsors_data, filename="meta/sponsors.json"):
4545
print(sponsors_data)
4646

4747
sponsors = [

0 commit comments

Comments
 (0)