We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09a823 commit 4cd229cCopy full SHA for 4cd229c
2 files changed
.github/workflows/deploy.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ schedule:
8
+ - cron: '0 0 * * *'
9
workflow_dispatch:
10
11
permissions:
README.md
@@ -77,3 +77,8 @@ This keeps builds clean while preserving useful links to examples/licenses in so
77
- `drivers/*/`
78
- `low-level/*/`
79
- `.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