feat: deploy to GitHub Pages on push to main and add live demo link#13
Merged
feat: deploy to GitHub Pages on push to main and add live demo link#13
Conversation
- Update release-web.yml to trigger on push to main (not just tags) - Add deploy badge and live demo link to README - Update site-level 404.html to catch-all redirect any /cept/xxxxx path to /cept/app/ with the route preserved as a query parameter https://claude.ai/code/session_01THJnBDh82EVWdagG8duy3T
Contributor
Preview DeploymentThe web app for this PR has been deployed: Use this to verify the app works correctly, especially for dependency updates. |
- Revert push-to-main trigger on release-web.yml; deploys only on v* tags created by release-it via the Release workflow - Add preview version computation to preview-deploy.yml using release-it --release-version to determine next version, appending PR number and short commit SHA (e.g. 0.2.0-pr.42+abc1234) - Update vite config to accept VITE_APP_VERSION env var override so preview builds display the computed version https://claude.ai/code/session_01THJnBDh82EVWdagG8duy3T
- Extract duplicated 404.html and index.html into .github/pages/ - Both deploy workflows now pull from the shared files via git show - Replace inline Live Demo link with shields.io for-the-badge button https://claude.ai/code/session_01THJnBDh82EVWdagG8duy3T
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.
https://claude.ai/code/session_01THJnBDh82EVWdagG8duy3T