1
0
Fork 0

no containers-run

This commit is contained in:
Justus Kuhlmann 2024-08-05 16:15:31 +02:00
parent 3c75f53fb3
commit 4369f5c351
2 changed files with 2 additions and 3 deletions

View file

@ -1 +0,0 @@
../.git/annex/objects/V8/g2/MD5E-s2420842496--d33ce91de4a4ca98a00e0a9951249396/MD5E-s2420842496--d33ce91de4a4ca98a00e0a9951249396

View file

@ -1,9 +1,9 @@
_default:
@just --list
compile MESSAGE:
compile MESSAGE: update-plots
datalad save -m "{{MESSAGE}}" talk.tex
datalad containers-run -n TeX -o talk.pdf -i talk.tex -m "build pdf" "lualatex talk.tex && lualatex talk.tex"
datalad run -o talk.pdf -i talk.tex -m "build pdf" "lualatex talk.tex && lualatex talk.tex"
update-plots:
datalad run -o plots -m "update plots" "bash plt_update.sh"