Skip to content

Commit bea77f4

Browse files
committed
Turn off saving of the 00-rawItems.json and tags.json files.
1 parent 86d61c2 commit bea77f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/update_bibliography.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
set -e
44

5-
rawItemsFile=true
5+
rawItemsFile=false
66
debugFiles=false
7-
tagFiles=true
7+
tagFiles=false
88
typeFiles=false
99
curlFiles=false
1010
# The collection files will be created only if directly querying Zotero API.

0 commit comments

Comments
 (0)