Skip to content

Commit ab942c8

Browse files
committed
README cleanup, remove unused files from cache.
With the updated bibliography we no longer need to cache the bibliography.json or the individual json files used to create the final bibliography entries. They have been removed and the README updated to accurately reflect this portion of the build process.
1 parent fb0def6 commit ab942c8

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ jobs:
7272
with:
7373
lookup-only: true
7474
path: |
75-
static/data/bibliography.json
76-
static/data/bibItems
7775
content/en/history/bibliography
7876
key: bib-${{ fromJson(steps.zoteroVersion.outputs.headers).last-modified-version }}
7977

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Verify installation:
178178
```bash
179179
hugo version
180180
# Expected output (version should be v0.145.0 or later):
181-
# hugo v0.126.1-3d40aba512931031921463dafc172c0d124437b8+extended linux/amd64 ...
181+
hugo v0.155.2-d8c0dfccf72ab43db2b2bca1483a61c8660021d9+extended+withdeploy linux/amd64 BuildDate=2026-02-02T10:04:51Z VendorInfo=gohugoio
182182
```
183183

184184
### Running the Development Server
@@ -244,7 +244,7 @@ Building the website is driven by a GitHub workflow (`.github/workflows/gh-pages
244244
245245
The workflow consists of three jobs:
246246
247-
**1. `check` — Verify Bibliography Currency**
247+
**1. `check` — Verify Bibliography is Current**
248248
249249
Uses Zotero's REST interface to query for the latest version of the group bibliography. A `GET` call is made to:
250250
@@ -260,7 +260,7 @@ This returns metadata including the `Last-Modified-Version` header, which is inc
260260
- On `push`: Always builds and deploys
261261
- On schedule: Skips build if Zotero cache is current
262262
- Checks out the repository
263-
- If the Zotero cache is valid, copies its contents into the `data` directory
263+
- If the Zotero cache is valid, copies its contents into the `content/en/history/bibliography` directory
264264
- If the cache is invalid, runs `update_bibliography.sh` to download and process a new copy
265265
- Runs Hugo Extended (version defined by `HUGO_VERSION` environment variable) with flags:
266266
- `-e $HUGO_ENVIRONMENT` — specifies production or staging build
@@ -304,9 +304,7 @@ To deploy a personal staging site for testing:
304304
305305
Create a branch and make these required changes:
306306
307-
1. Set `HUGO_ENVIRONMENT` to `staging` in `.github/workflows/gh-pages.yaml`
308-
309-
2. Update `baseURL` in `config/staging/hugo.yaml` to match your repository:
307+
1. Update `baseURL` in `config/staging/hugo.yaml` to match your repository:
310308
311309
```yaml
312310
baseURL: https://YOUR_USERNAME.github.io/YOUR_REPO_NAME/
@@ -435,7 +433,7 @@ Modifying search scope requires updating the Google Custom Search engine setting
435433
436434
## Contact and Support
437435
438-
- **Report Issues**: [GitHub Issues](https://github.com/Interlisp/Interlisp.github.io/issues) — Report bugs or request features for the website
436+
- **Report Issues**: [GitHub Issues](https://github.com/Interlisp/medley/issues/new?template=documentation.md&projects=Interlisp/medley/5) — Report bugs or request features for the website
439437
- **Medley Interlisp Issues**: [Medley Repository](https://github.com/Interlisp/medley/issues) — For issues related to Medley itself
440438
- **Discussions**: [Interlisp Discussions](https://github.com/orgs/Interlisp/discussions) — Community discussions and questions
441439
- **Mailing List**: [interlisp@googlegroups.com](https://groups.google.com/g/interlisp) — General Interlisp community discussion

0 commit comments

Comments
 (0)