feat: PR preview deployments + tone down copy#3
Merged
Merged
Conversation
GitHub Actions:
- deploy.yml: push to main deploys to gh-pages branch (production)
- preview.yml: PRs deploy to gh-pages/previews/pr-{N}/, bot posts URL as comment;
on PR close the preview directory is cleaned up
Copy edits:
- Remove superlatives ("building the future of", "prestigious", "the core engine",
"algorithmic elegance", "intelligence layer for 21st-century", etc.)
- Shorter, flatter descriptions throughout hero, about, experience, and research sections
https://claude.ai/code/session_01Y8g3FHp9dy1wN86ThR4hYp
Contributor
|
Preview: https://a20r.github.io/previews/pr-3/ Commit: |
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.
PR Previews
Two new GitHub Actions workflows:
deploy.yml— fires on push tomain, deploys the site to thegh-pagesbranch root.preview.yml— fires on PR open/sync/close:gh-pages/previews/pr-{N}/and posts (or updates) a comment with the live URL:https://a20r.github.io/previews/pr-{N}/gh-pagesand cleans upOne-time setup required after merging:
Go to Settings → Pages → Source → change from "Deploy from a branch (main)" to "Deploy from a branch (gh-pages / root)". The
deploy.ymlworkflow will create thegh-pagesbranch on the next push to main.Copy edits
Removed superlatives and hype throughout:
Test plan
deploy.ymlruns on push to mainpreview.ymlposts a comment with the preview URLindex.htmlgh-pagesgh-pagesbranchhttps://claude.ai/code/session_01Y8g3FHp9dy1wN86ThR4hYp
Generated by Claude Code