Skip to content

Commit

Permalink
default index data for sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 20, 2024
1 parent 6d144b4 commit 28eccde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/submission/submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,6 @@ def download_index_data(repository: str, branch: str = "gh-pages") -> dict:
if r.status_code == 200:
data = yaml.load(r.text, Loader=Loader)
else:
data = {}
data = {"apiVersion": "v1", "entries": {}}

return data

0 comments on commit 28eccde

Please sign in to comment.