Skip to content

build: stop rendering worksheets as decks - #58

Merged
megabyde merged 1 commit into
mainfrom
build/drop-worksheet-pdf
Aug 18, 2026
Merged

build: stop rendering worksheets as decks#58
megabyde merged 1 commit into
mainfrom
build/drop-worksheet-pdf

Conversation

@megabyde

Copy link
Copy Markdown
Member

solid/01-foundations-worksheet.pdf was being rendered and published, but nothing linked to it. Confirmed against production: the page has zero references to it while the PDF itself serves a 200.

The worksheet was deliberately kept out of the curriculum table, so the fix is to stop rendering it rather than to link it. It stays in the repository as Markdown. One line in the Makefile's find:

-not -name '*-worksheet.md'

Deck count goes from 21 to 20; every remaining PDF is reachable from the index page. make check green.

Revert this if the worksheet URL is handed out during sessions — dropping it removes a live URL. Deleting the -not -name '*-worksheet.md' clause restores it.

solid/01-foundations-worksheet.pdf was published but linked from nowhere,
so it shipped as an unreachable file. Worksheets are session handouts, not
decks; leave them as Markdown.
@megabyde
megabyde requested a review from a team as a code owner August 18, 2026 04:13
@megabyde
megabyde merged commit fe4be41 into main Aug 18, 2026
3 checks passed
@megabyde
megabyde deleted the build/drop-worksheet-pdf branch August 18, 2026 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant