Skip to content

Commit

Permalink
Merge pull request #4504 from pauldotyu/master
Browse files Browse the repository at this point in the history
chore: adding scheduled workflow for daily build of blog site
  • Loading branch information
chzbrgr71 authored Aug 23, 2024
2 parents ce3491f + 78a5ff5 commit 40eaea1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
push:
branches: ["master"]

# Runs at 13:00 UTC every day
schedule:
- cron: '0 13 * * *'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit 40eaea1

Please sign in to comment.