Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phutelmyer authored May 15, 2024
1 parent 86b5ec2 commit 7d9f6f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Build and Deploy Strelka Docs

# Trigger the workflow on each day to update docs
on:
schedule:
- cron: '0 2 * * *' # 2 AM UTC daily
# Runs on pushes targeting the default branch
push:
branches: ["gh-pages"]

jobs:
build-and-deploy:
Expand Down

0 comments on commit 7d9f6f6

Please sign in to comment.