Skip to content

Commit 4cd229c

Browse files
committed
Rebuild daily
1 parent f09a823 commit 4cd229c

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
schedule:
8+
- cron: '0 0 * * *'
79
workflow_dispatch:
810

911
permissions:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,8 @@ This keeps builds clean while preserving useful links to examples/licenses in so
7777
- `drivers/*/`
7878
- `low-level/*/`
7979
- `.gitignore` keeps root placeholders (like `.gitignore` files inside section folders) tracked.
80+
81+
## Deployment Updates
82+
83+
- Documentation is rebuilt and deployed automatically once per day (GitHub Actions schedule).
84+
- You can also [trigger deployment manually](https://github.com/thesis-php/thesis-php.github.io/actions/workflows/deploy.yml).

0 commit comments

Comments
 (0)