Download till 2400
This commit is contained in:
parent
cce7248a56
commit
9f185081f0
2
.github/workflows/cron.yml
vendored
2
.github/workflows/cron.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
||||||
run: cp result/www/index.html _old_index.html
|
run: cp result/www/index.html _old_index.html
|
||||||
- name: Go run
|
- name: Go run
|
||||||
# run: go run . result/www -f 1 -t 30
|
# 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 2500
|
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 2400
|
||||||
# go run . output-dir -f from -t to
|
# go run . output-dir -f from -t to
|
||||||
- name: concat index.html
|
- 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
|
run: ./concat_htmls.sh result/www/index.html _old_index.html > _new_index.html; mv _new_index.html result/www/index.html
|
||||||
|
|
Loading…
Reference in New Issue
Block a user