Skip to content

Commit

Permalink
run daily at 8AM
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Spooren <mail@aparcar.org>
  • Loading branch information
aparcar committed Nov 30, 2023
1 parent 8b77228 commit 61690a5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# On every push this script is executed
on: push
on:
push:
branches:
- main
schedule:
- cron: '0 8 * * *'

name: Build and deploy GH Pages
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 61690a5

Please sign in to comment.