Download until 40
This commit is contained in:
parent
92470480c0
commit
b9aa10785c
18
.github/workflows/cron.yml
vendored
18
.github/workflows/cron.yml
vendored
|
@ -17,7 +17,7 @@ permissions:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: "pages"
|
group: "pages"
|
||||||
cancel-in-progress: true
|
cancel-in-progress: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
updatexkcd:
|
updatexkcd:
|
||||||
|
@ -39,17 +39,17 @@ jobs:
|
||||||
path: old
|
path: old
|
||||||
- name: Make output dir
|
- name: Make output dir
|
||||||
run: mkdir -p result/www
|
run: mkdir -p result/www
|
||||||
# - name: extract
|
- name: extract
|
||||||
# run: tar -C result/www -xf ./old/github-pages/artifact.tar; find result
|
run: tar -C result/www -xf ./old/github-pages/artifact.tar; find result
|
||||||
- name: Go install
|
- name: Go install
|
||||||
run: go install .
|
run: go install .
|
||||||
# - name: Previously downloaded until
|
- name: Previously downloaded until
|
||||||
# run: echo $(cd result/www; (echo 1; for i in [0-9]*; do echo $i; done) | sort --general-numeric-sort | tail -n 1)
|
run: echo $(cd result/www; (echo 1; for i in [0-9]*; do echo $i; done) | sort --general-numeric-sort | tail -n 1)
|
||||||
# - name: Copy old index
|
- name: Copy old index
|
||||||
# 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 40
|
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 40
|
||||||
# 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