Stop deploying docs to GitHub Pages - #29
Merged
Merged
Conversation
gitja.mcol.xyz wasn't actually working, and the docs site isn't needed there. Drop the "Generate docs" and "Deploy docs" CI steps that built config.dhall against that domain and pushed to gh-pages on every push to master. Note: this stops future deployments, but doesn't retroactively remove the existing gh-pages branch or its published site - if you want it fully gone, also disable Pages in this repo's Settings (or delete the gh-pages branch) after merging. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012RfZTyHvxLyVp4yaWmNvhN
Renamed to make clear it's just verifying the generate command still works, not producing anything that gets published. Dropped the ubuntu/push restriction and the host sed swap that only made sense for the deploy step, so this now runs on every OS/event like the rest of the job. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012RfZTyHvxLyVp4yaWmNvhN
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
gitja.mcol.xyzwasn't actually working, and the docs site there isn't needed. Drop the CI's "Deploy docs" step, which pushed togh-pageson every push tomaster.sedswap (both only made sense for the deploy step), so it now runs on every OS/event like the rest of the job.Note
This stops future deployments from CI, but doesn't retroactively remove the existing
gh-pagesbranch or its published site. If you want it fully gone, also disable Pages in this repo's Settings (or delete thegh-pagesbranch) after merging — that part isn't something a code change can do.