Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 committed Jul 9, 2024
2 parents 519ed57 + e7275bf commit ac95f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_adp.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Workflow derived from https://github.com/r-lib/actions/tree/master/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
workflow_dispatch:
schedule:
- cron: 0,20,40 * * 7 *
workflow_dispatch:

name: update_adp

Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
git stash apply
git add docs
git commit -m "adp site update `date`"
git push origin gh-pages
git push origin main

0 comments on commit ac95f1b

Please sign in to comment.