Skip to content

Commit

Permalink
Merge pull request #43 from gunamata/run-action-on-schedule
Browse files Browse the repository at this point in the history
Run the publish action every hour
  • Loading branch information
gunamata authored Sep 21, 2024
2 parents cf299a0 + 6191577 commit 996751e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Rancher product documentation - publish to GitHub Pages with Lunr Search Extension
on:
# Runs every hour.
schedule:
- cron: '0 * * * *'
# Runs whenever a change is pushed to the main branch
push:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
Expand Down

0 comments on commit 996751e

Please sign in to comment.