Download till latest comic

This commit is contained in:
Suzanne Soy 2023-11-27 18:35:46 +00:00
parent 1654c5643e
commit 7d04f1a2c7

View File

@ -50,7 +50,8 @@ jobs:
run: cp result/www/index.html _old_index.html
- name: Go run
# run: go run . result/www -f 1 -t 30
run: go run . result/www -f $(( 1 + $( cd result/www; (echo 1; for i in [0-9]*; do echo $i; done) | sort --general-numeric-sort | tail -n 1) )) -t 2858
run: go run . result/www -f $(( 1 + $( cd result/www; (echo 1; for i in [0-9]*; do echo $i; done) | sort --general-numeric-sort | tail -n 1) ))
# -t 2858
# go run . output-dir -f from -t to
- name: concat index.html
run: ./concat_htmls.sh result/www/index.html _old_index.html > _new_index.html; mv _new_index.html result/www/index.html