Update publish.yml

This commit is contained in:
Aleksandr Statciuk
2019-11-13 16:36:35 +03:00
committed by GitHub
parent 9e7efb2be7
commit b66e0bf55f

View File

@@ -2,7 +2,7 @@ name: Publish playlists
on: on:
schedule: schedule:
- cron: '*/10 * * * *' - cron: '*/5 * * * *'
jobs: jobs:
deploy: deploy:
@@ -26,7 +26,7 @@ jobs:
FOLDER: .gh-pages FOLDER: .gh-pages
update-readme: update-readme:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: generate needs: deploy
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@master uses: actions/checkout@master