Skip to content

Commit

Permalink
schedule page generation
Browse files Browse the repository at this point in the history
  • Loading branch information
andibraeu authored Nov 18, 2024
1 parent 21c0650 commit d636026
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: "25 * * * *"

jobs:
build:
Expand All @@ -27,7 +29,7 @@ jobs:
run: |
python render3.py build
- name: Deploy
if: github.event_name == 'push'
if: github.event_name == 'push' || github.event_name == 'schedule'
uses: nogsantos/[email protected]
with:
src: ./build/*
Expand Down

0 comments on commit d636026

Please sign in to comment.