Add source option to GitHub Pages workflow#49
Merged
Conversation
- Add new workflow input 'html_source' with choices: generate (default) or download - Add step to download pre-built HTML from Cloudflare R2 when using 'download' option - Make Python setup, dependencies, JSON fetching, and HTML generation conditional (only run when generating) - Update deployment summary to show source (R2 vs generated) - Improves deployment speed when using pre-built HTML from R2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
Översikt
Lägger till möjligheten att välja mellan att generera HTML från JSON eller ladda ner redan färdiga HTML-filer från Cloudflare R2 vid GitHub Pages deployment.
Ändringar
html_sourcemed val mellangenerate(default) ochdownloadgenerateFördelar
generate) är oförändratAnvändning
Snabb deployment från R2 (efter HTML-export):
html_source: downloadTraditionell deployment (generera från JSON):
html_source: generate(default)Test
html_source: generate(behöver köras i GitHub Actions)html_source: download(behöver köras i GitHub Actions)🤖 Generated with Claude Code