Skip to content

chore: publish the README to GitHub Pages (re-land #30 on main) - #31

Merged
hexember merged 1 commit into
mainfrom
chore/pages-to-main
Sep 23, 2026
Merged

hexember merged 1 commit into
mainfrom
chore/pages-to-main

Conversation

@hexember

Copy link
Copy Markdown
Owner

Why

PR #30 (the Pages workflow) was merged into its stacked base branch chore/readme-restructure, not into main. #29 had already been squash-merged into main about 20 minutes earlier, and GitHub didn't retarget #30. So main has no pages.yml, no deploy has run, and https://hexember.github.io/active-browser/ still shows the old README with the activebrowser.app install command.

This PR re-lands #30's exact diff onto main (git diff origin/main 14db2ce): .github/workflows/pages.yml, _config.yml, and the related CONTRIBUTING.md, Project.md and task-file edits. It adds nothing new.

After merge

  1. Actions → pages → the run for the merge commit should be green (build and deploy).
  2. After about 2 minutes, https://hexember.github.io/active-browser/ shows the current README with the View on GitHub button and the raw.githubusercontent install command.
  3. curl -s https://hexember.github.io/active-browser/ | grep -c 'activebrowser\.app' prints 0, and curl -s -o /dev/null -w '%{http_code}\n' https://hexember.github.io/active-browser/install.sh prints 404.

The PR check on this branch runs the same Jekyll build and allowlist check as #30 did.

🤖 Generated with Claude Code

PR #30 merged into its stacked base after #29 was squash-merged, so its
changes never reached main and no Pages deploy ran.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
@hexember
hexember merged commit f727d76 into main Sep 23, 2026
6 checks passed
@hexember
hexember deleted the chore/pages-to-main branch September 23, 2026 04:46
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