mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-05 18:38:19 +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:
|
||||
OUTPUT_FOLDER: "data_ci/"
|
||||
run: |
|
||||
git pull
|
||||
python make_files_tree.py
|
||||
|
||||
- name: Commit and push changes.
|
||||
run: |
|
||||
git pull
|
||||
git checkout data
|
||||
|
||||
rm -rf data
|
||||
|
|
Loading…
Reference in a new issue