bug fix on repo update

This commit is contained in:
Bin Yang
2021-04-12 11:42:11 -04:00
parent 51fac94ad2
commit 823418022b
2 changed files with 18 additions and 4 deletions
+6 -3
View File
@@ -1,9 +1,12 @@
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