Skip to content

Commit

Permalink
Add schedule to deploy automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
clementbiron committed Nov 26, 2024
1 parent 56064cf commit 62c65c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches: [ main ]
workflow_call:

schedule:
- cron: '0 2 * * 4' # Every Thursday at 2:00 AM UTC
jobs:
test:
uses: "OpenTermsArchive/opentermsarchive.org/.github/workflows/test.yml@main"
Expand Down

0 comments on commit 62c65c7

Please sign in to comment.