Skip to content

Commit

Permalink
try own merge
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti committed Jan 29, 2025
1 parent 1d53096 commit a615264
Show file tree
Hide file tree
Showing 13 changed files with 7,050 additions and 3,795 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/on-pull-request.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/on-push.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ _site
vendor
debug.log
__pycache__
.cache
!cache.db
.DS_STORE
.env*
package.json
Expand Down
Empty file modified 404.md
100755 → 100644
Empty file.
Empty file modified Gemfile
100755 → 100644
Empty file.
Binary file not shown.
Binary file modified _cite/.cache/cache.db
Binary file not shown.
2 changes: 2 additions & 0 deletions _cite/cite.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
# list of new citations
citations = []


# loop through compiled sources
for index, source in enumerate(sources):
log(f"Processing source {index + 1} of {len(sources)}, {label(source)}")
Expand Down Expand Up @@ -174,6 +175,7 @@

log("Saving updated citations")


# save new citations
try:
save_data(output_file, citations)
Expand Down
Loading

0 comments on commit a615264

Please sign in to comment.