mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-23 16:49:51 +01:00
add ability to rerun workflow with new tracked links
This commit is contained in:
parent
8570df37ee
commit
92f76232b5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/make_files_tree.yml
vendored
2
.github/workflows/make_files_tree.yml
vendored
|
@ -32,11 +32,11 @@ jobs:
|
||||||
env:
|
env:
|
||||||
OUTPUT_FOLDER: "data_ci/"
|
OUTPUT_FOLDER: "data_ci/"
|
||||||
run: |
|
run: |
|
||||||
|
git pull
|
||||||
python make_files_tree.py
|
python make_files_tree.py
|
||||||
|
|
||||||
- name: Commit and push changes.
|
- name: Commit and push changes.
|
||||||
run: |
|
run: |
|
||||||
git pull
|
|
||||||
git checkout data
|
git checkout data
|
||||||
|
|
||||||
rm -rf data
|
rm -rf data
|
||||||
|
|
Loading…
Add table
Reference in a new issue