Update daily-dose.yml

This commit is contained in:
Navan Chauhan 2020-12-12 17:47:40 +05:30 committed by GitHub
parent d4a8d2c78a
commit 4c05438d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Add daily feed
on:
schedule:
- cron: "0 12 * * *"
- cron: "20 12 0 * *"
jobs:
run:
@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Install Pandoc
run: "sudo apt update && sudo apt install pandoc"
- name: "Setup Python"
uses: actions/setup-python@v2
with: