mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-26 01:07:37 +01:00
remove pycache attempt 2
This commit is contained in:
parent
fa14282533
commit
f3aae58a6a
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
|
@ -39,13 +39,13 @@ jobs:
|
|||
run: |
|
||||
git pull
|
||||
python make_files_tree.py
|
||||
rm -rf __pycache__
|
||||
|
||||
- name: Commit and push changes.
|
||||
run: |
|
||||
git checkout data
|
||||
|
||||
rm -rf data
|
||||
rm -rf __pycache__
|
||||
mv data_ci data
|
||||
|
||||
git config --global user.email "github-action@users.noreply.github.com"
|
||||
|
|
Loading…
Reference in a new issue