mirror of
https://github.com/iptv-org/iptv
synced 2025-12-24 06:17:28 -05:00
Update publish.yml
This commit is contained in:
committed by
GitHub
parent
9e7efb2be7
commit
b66e0bf55f
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -2,7 +2,7 @@ name: Publish playlists
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '*/10 * * * *'
|
||||
- cron: '*/5 * * * *'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
FOLDER: .gh-pages
|
||||
update-readme:
|
||||
runs-on: ubuntu-latest
|
||||
needs: generate
|
||||
needs: deploy
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
|
||||
Reference in New Issue
Block a user