think i fixed it

This commit is contained in:
2025-06-05 19:01:02 +00:00
parent e593c71fc1
commit 2e3c034eed
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
name: QuotesBot
on:
schedule:
- cron: '35 */4 * * *'
# - cron: '35 */4 * * *'
- cron: '04 * * * *'
jobs:
deploy:
runs-on: ubuntu-latest
@ -15,7 +16,7 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run Script
- name: Run app.py
run:
python app.py
env: