Skip to content

Commit

Permalink
run every month
Browse files Browse the repository at this point in the history
update action to auto-run on the first of the month
  • Loading branch information
MathewBiddle authored Oct 17, 2023
1 parent dc0a308 commit 110880d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Runs this action once a month
schedule:
- cron: '30 5 1 * *'

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
Expand Down

0 comments on commit 110880d

Please sign in to comment.