export tic cart
This commit is contained in:
parent
dd44b3ad38
commit
71f46abd8c
4
justfile
4
justfile
|
@ -6,7 +6,7 @@ run:
|
|||
|
||||
export-tic:
|
||||
mkdir --parents build
|
||||
{{TIC}} --cmd "load {{CART}} & save build/cart.tic & exit"
|
||||
{{TIC}} --cmd "load {{CART}} & save build/chi-tor.tic & exit"
|
||||
|
||||
export-html:
|
||||
mkdir --parents build
|
||||
|
@ -17,7 +17,7 @@ export-png:
|
|||
mkdir --parents build
|
||||
{{TIC}} --cmd "load {{CART}} & save build/chi-tor.png {{CART}} & exit"
|
||||
|
||||
export: export-html export-png
|
||||
export: export-html export-png export-tic
|
||||
|
||||
deploy-html: export-html
|
||||
butler push build/{{CART}}.zip damantisshrimp/chi-tor:html
|
||||
|
|
Loading…
Reference in a new issue