Skip to content

Commit

Permalink
Add nightly job
Browse files Browse the repository at this point in the history
  • Loading branch information
xldenis committed Oct 1, 2024
1 parent 36b9e98 commit 1272049
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ env:

name: Deploy site

on: [push]
on:
push:
schedule:
- cron: '0 2 * * *'

jobs:
build:
Expand Down

0 comments on commit 1272049

Please sign in to comment.