Skip to content

Commit

Permalink
feat(build): publishing cron (#17)
Browse files Browse the repository at this point in the history
Since posts can be scheduled in time, a cron job is activated to run build daily. This way any posts that are not in draft, but scheduled in the future, would end up in the website.
  • Loading branch information
codenomnom authored Sep 17, 2023
1 parent 281f96c commit 8014940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# schedule:
# - cron: "0 9 * * 1-5"
schedule:
- cron: "0 9 * * 1-5"

# Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages
permissions:
Expand Down

0 comments on commit 8014940

Please sign in to comment.