Update publish.yml

pull/680/head
Aleksandr Statciuk 5 years ago committed by GitHub
parent 121b7fb06b
commit ca0f3627ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save