Skip to content

Commit

Permalink
Add schedule to deploy automatically (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
clementbiron authored Nov 26, 2024
2 parents 56064cf + 62c65c7 commit f4115ed
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 f4115ed

Please sign in to comment.