Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ Builds the Hugo site and deploys to GitHub Pages (`gh-pages` branch).
| Manual dispatch | staging.forrt.org | Manual |

Features:
- Aggregates all open PRs into a single staging build
- Aggregates all open PRs and builds Hugo in the same checkout
- Fetches full commit history only for `main` and selected PR refs, with file contents fetched on demand; Git-derived page dates remain available
- `single_pr` option to deploy only one PR
- Queues builds instead of canceling (concurrency)
- Auto-cleans old staging branches (keeps 2)
Expand Down
Loading
Loading