Skip to content

Commit

Permalink
feat(static-content-generation): release static content on a weekly b…
Browse files Browse the repository at this point in the history
…asis (#55)
  • Loading branch information
marcus-j authored Jan 20, 2023
1 parent 9cd4e6a commit 127b4c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: Deploy GitHub Page
on:
push:
branches: [main]
schedule:
- cron: "0 10 * * 1" # Every Monday at 10AM UTC

jobs:
build:
Expand Down

0 comments on commit 127b4c2

Please sign in to comment.