Skip to content

Commit

Permalink
Deploy website once a month to keep things current (#71)
Browse files Browse the repository at this point in the history
<!-- LIST CHANGES HERE -->
  • Loading branch information
norwd authored Nov 20, 2024
2 parents cfa27d1 + bf683d3 commit 2e3875e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ name: "Deploy GitHub Pages"
run-name: "Deploy GitHub Pages"

on:
workflow_dispatch:

schedule:
- cron: '0 0 1 * *'

push:
branches: [main]

workflow_dispatch:

permissions:
contents: read
pages: write
Expand Down

0 comments on commit 2e3875e

Please sign in to comment.