docs: remove stale deploy-website GitHub Action reference (PILOT-169) - #2
Merged
Merged
Conversation
The README referenced a 'deploy-website' GitHub Action that does not exist in this repo. Deployments are handled via wrangler pages deploy to Cloudflare Pages, as documented in repos.yaml. Closes PILOT-169
Collaborator
Author
🦞 Matthew PR Check — #2 PILOT-169Status
VerdictCLEAN — all CI green, no merge conflicts, docs-only change. Ready for operator review. |
Collaborator
Author
🦞 Matthew Explains — #2 PILOT-169What this doesFixes stale documentation in the README that referenced a non-existent File:line walkthroughREADME.md:51–52 (removed) This described a workflow file ( README.md:51–53 (added) Replacement that accurately describes the real deployment: Impact
Closes PILOT-169 |
3 tasks
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.
What failed
The README referenced a
deploy-websiteGitHub Action that does not exist in this repo (or in TeoSlayer/pilotprotocol). The described workflow file (.github/workflows/deploy-website.yml) is not present in either repository.Why this fix
The stale documentation could confuse contributors who expect a GitHub Action-based deploy. Actual deployments are handled via
wrangler pages deployto Cloudflare Pages, as configured in the project's runbook (repos.yaml).Verification
npm ci && npm run build— 289 pages built successfullyCloses PILOT-169