fix schedule and pull repo when push

This commit is contained in:
Bin Yang
2021-04-12 12:36:30 -04:00
parent d3c7d0b1a0
commit 41d5b481a9
3 changed files with 10 additions and 7 deletions
+3 -6
View File
@@ -1,12 +1,9 @@
name: Repo-Updater
# cron every sunday at 12 am, due to github api limits, change this to be ran once a week
#on:
# schedule:
# - cron: '0 0 * * *' # do every hour for now
on:
schedule:
- cron: '0 0 * * *' # do every hour for now
# generate wiki page on every push
on: push
jobs:
# Set the job key. The key is displayed as the job name