build: stop rendering worksheets as decks - #58
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
solid/01-foundations-worksheet.pdfwas 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:Deck count goes from 21 to 20; every remaining PDF is reachable from the index page.
make checkgreen.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.