You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README.md - change Hugo version from latest to specific version
Using latest was causing a build error because of breaking changes
in the latest version of Hugo. The README file is now updated to
use the same version of Hugo we are deploying to our website.
Updated the GitHub action to check version of Hugo in README and
deployed Hugo on push or pull. Fail operation if they have drifted
apart. This will help ensure that when we roll the version of Hugo
the documentation is correct.
hugo v0.155.2-d8c0dfccf72ab43db2b2bca1483a61c8660021d9+extended+withdeploy linux/amd64 BuildDate=2026-02-02T10:04:51Z VendorInfo=gohugoio
195
+
hugo v0.155.3-8a858213b73907e823e2be2b5640a0ce4c04d295+extended linux/amd64 BuildDate=2026-02-08T16:40:42Z VendorInfo=gohugoio
201
196
202
197
WARN WARNING: 298 sidebar entries have been truncated. To avoid this, increase `params.ui.sidebar_menu_truncate` to at least 398 (from 100) in your config file. Section: /history/bibliography
203
198
@@ -237,12 +232,13 @@ Building the website is driven by a GitHub workflow (`.github/workflows/gh-pages
237
232
**Triggers:**
238
233
239
234
- `push` to main — updates to the Interlisp.org website
235
+
- `pull_request` to main — validates changes before merge (builds but does not deploy)
240
236
- Scheduled execution — ensures the bibliography remains consistent with Zotero
241
237
- Manual execution — via the Actions panel in GitHub
This returns metadata including the `Last-Modified-Version` header, which is incremented every time the Zotero Interlisp catalog is updated. This value is used as a cache key for the bibliography. If the cache key matches one in the current GitHub Action cache, we reuse the saved bibliography and skip rebuilding.
0 commit comments