Skip to content

Publish the browser probe to GitHub Pages - #21

Merged
emilbob merged 1 commit into
masterfrom
feat/github-pages
Jul 25, 2026
Merged

Publish the browser probe to GitHub Pages#21
emilbob merged 1 commit into
masterfrom
feat/github-pages

Conversation

@emilbob

@emilbob emilbob commented Jul 25, 2026

Copy link
Copy Markdown
Owner

The page was already in the repo but only runnable by cloning it — which is most of the reason a CLI in a repo goes unseen in the first place.

Deploys web/ as-is: one static file, no build step, no toolchain.

Two deliberate settings:

  • Path-filtered. Fires only when web/ or the workflow itself changes. A Rust-only commit has nothing to republish, and deploying on every push would make the deploy history useless for answering "when did the page last change?"
  • cancel-in-progress: false. A half-published page is worse than a slightly stale one.

Pages is already enabled on the repo with build_type: workflow. The site lands at https://emilbob.github.io/substrate-node-probe/ — the repo is public, so nothing here exposes anything that wasn't already readable.

🤖 Generated with Claude Code

The page was already in the repo but only runnable by cloning it, which
is most of the reason a CLI in a repo goes unseen in the first place.

Deploys web/ as-is — one static file, no build step. Fires only when the
page actually changes: a Rust-only commit has nothing to republish, and
a deploy on every push would make the deploy history useless for asking
when the page last changed. Concurrency is set not to cancel in flight,
since a half-published page is worse than a slightly stale one.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@emilbob
emilbob merged commit f2ccd64 into master Jul 25, 2026
1 check passed
@emilbob
emilbob deleted the feat/github-pages branch July 25, 2026 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant