Update bibliography workflow.

This commit is contained in:
Clément Grennerat
2026-02-11 21:29:19 +01:00
parent 47982ce73a
commit b4cdd7de4a
6 changed files with 101 additions and 17 deletions
+2
View File
@@ -19,6 +19,7 @@ watch-bib:
echo "Bibliography updated from URL"
mv "$TEMP_FILE" references.bib
typst compile main.typ
echo "Recompiled main.typ"
else
rm "$TEMP_FILE"
fi
@@ -33,6 +34,7 @@ watch-bib:
# Watch local files for changes
fswatch -o main.typ tplib-clement.typ references.bib | while read num; do
typst compile main.typ
echo "Recompiled main.typ"
done
update-bib: