Update 网络收集.yml

This commit is contained in:
frxz751113
2024-09-13 15:05:30 +08:00
committed by GitHub
parent e95c13d0a2
commit a1fdbfe8e5
+3 -3
View File
@@ -1,8 +1,8 @@
name: 网络采集 name: 网络采集
on: on:
# schedule: schedule:
#- cron: '0 */12 * * *' #这里更改自动运行的时间,没这两行的话只能手动运行 - cron: '0 */12 * * *' #这里更改自动运行的时间,没这两行的话只能手动运行
workflow_dispatch: workflow_dispatch:
分支: 分支:
- main - main
@@ -26,7 +26,7 @@ jobs:
pip install selenium requests futures eventlet opencv-python Beautifulsoup4 translate termcolor func_timeout replace input opencc pypinyin pytz tqdm pip install selenium requests futures eventlet opencv-python Beautifulsoup4 translate termcolor func_timeout replace input opencc pypinyin pytz tqdm
- name: Run py - name: Run py
run: | run: |
python ${{ github.workspace }}/py/IPTV搜索引擎采集.py #python ${{ github.workspace }}/py/IPTV搜索引擎采集.py
python ${{ github.workspace }}/py/网络收集.py python ${{ github.workspace }}/py/网络收集.py
#python ${{ github.workspace }}/py/酒店源.py #python ${{ github.workspace }}/py/酒店源.py
- name: 提交更改 - name: 提交更改