Skip to content

Commit

Permalink
fix index_pages from list to dict
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 authored May 2, 2024
1 parent 2540337 commit 122e820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quarkdown/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def export_and_deploy(
"data": [],
})

index_pages = []
index_pages = {}

for file in files:
if not has_changed(file, log_repo):
Expand Down

0 comments on commit 122e820

Please sign in to comment.