fix(ci): correct GitHub Pages URL from 4444j99 to organvm throughout#153
Merged
Merged
Conversation
The repo is deployed at organvm.github.io/portfolio but all config and scripts hardcoded 4444j99.github.io, causing the post-deploy smoke test to hit the wrong host (all 404). Pass DEPLOY_URL from the deployment step output so future URL changes are picked up automatically. Co-Authored-By: Claude Sonnet 4.6 <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.
Summary
https://organvm.github.io/portfolio/(confirmed via GitHub Pages API) but every config file and script hardcoded4444j99.github.iohttps://4444j99.github.io/portfolio/(wrong host) causing all 5 URL checks to return 404 and the CI to fail on every push to mainastro.config.mjs,src/utils/paths.ts,src/layouts/Layout.astro,src/components/head/SchemaOrg.astro,src/pages/feed.xml.ts,src/pages/github-pages.xml.ts, OG image text, utility scripts, and the smoke test fallback URLDEPLOY_URL: ${{ steps.deployment.outputs.page_url }}into the CI workflow so the smoke test uses the actual deployment URL automatically in the futureTest plan
npm run lint— passes (biome, no errors)npm run typecheck:strict— 0 errors, 0 hintsnpm run test— 272/272 pass🤖 Generated with Claude Code