ci: retire obsolete GitHub Pages deploy#3
Merged
Conversation
✅ Deploy Preview for firesight ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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
netlify.tomlunchangedRoot cause
Default-branch pushes still ran
Deploy to GitHub Pages, but Pages is not enabled for this repository. The failure is deterministic and unrelated to the application diff:34caf3d157155eBoth fail in
actions/configure-pages@v4withenablement: false,Get Pages site failed, andHttpError: Not Found. Since README and runtime configuration identify Netlify as the supported host, enabling a second deployment target would be misleading.CI discovery
Deleting the final workflow correctly retired Pages, but the repository CodeQL default setup still analyzes the
actionslanguage. The first PR run then failed withCodeQL could not process any code written in GitHub Actions(exit 32). Rather than mutate repository security settings or restore a deployment, this PR addsValidate static app: a read-only workflow that runs onlynode --check src/app.jsandpython3 -m py_compile scripts/*.pyon PRs and main pushes. The rerun is green.Exact diff
Verification
origin/main(157155e)github-pages,configure-pages, ordeploy-pagescontents: readonly and performs no deploymentnode --check src/app.jspython3 -m py_compile scripts/*.pyactionlintis unavailable locally)git diff --check origin/main...HEADnetlify.tomlunchanged: SHA-2569a5268cc2922ff4f29dd8aca809be87a33186727f3952b4b2af43ac24ade684dsrc/app.jsunchanged: SHA-256937ae88ee72035d52ad7e4a1c314ce15126e8b5112fd2b033ceb5a3b6c1cae97validate, CodeQL Actions/JS/Python, and Netlify checks all passRollback
Revert commits
e80fcaaand0f123a5if GitHub Pages is intentionally enabled and adopted later. This PR does not change Pages or Netlify settings and remains unmerged.