Auto-deploy the review app to Pages + link it from the README - #11
Merged
Conversation
…ADME Pages is now enabled (Settings -> Pages -> Source: GitHub Actions), so the review app should publish on its own instead of only on manual dispatch. Restore the `push` trigger the workflow comment described (main, scoped to apps/review, projects/riemannian-geometry, OpenGALib, and this workflow), keeping workflow_dispatch for manual re-deploys. README now points to the published site at lehengchen.github.io/OpenGA. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
The one earlier Pages run failed at
actions/configure-pages@v5because Pages was not yet enabled. Now that Pages is enabled (Settings → Pages → Source: GitHub Actions), a manualworkflow_dispatchrun deployed the site successfully — it's live at https://lehengchen.github.io/OpenGA/.This PR finishes the job:
.github/workflows/pages.yml— restore thepushtrigger the workflow's own comment described, so the review app republishes automatically on every push tomainthat touchesapps/review/**,projects/riemannian-geometry/**,OpenGALib/**, or the workflow itself.workflow_dispatchis kept for manual re-deploys.README.md— add an "Explore online" section and a top-of-page link pointing to the published site, so the page is discoverable.Without the restored trigger the page would only update on manual dispatch and go stale.
🤖 Generated with Claude Code