feat: deploy docs to org-level GitHub Pages#4
Open
barontechIO wants to merge 5 commits into
Open
Conversation
- Remove base: '/nekte' from Astro config (no longer needed at root) - Update deploy workflow to push to nekte-protocol.github.io repo - Simplify landing page base URL handling - Site will be served at https://nekte-protocol.github.io Requires PAGES_DEPLOY_TOKEN secret with repo scope for cross-repo push. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Instead of cross-repo git push (requires broad PAT), trigger nekte-protocol.github.io deploy workflow via API dispatch. Requires PAGES_DEPLOY_TOKEN with actions:write on target repo only. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Deploy is now fully self-contained in nekte-protocol.github.io: - clones nekte (public repo, no auth) - deploys with its own GITHUB_TOKEN - runs daily at 4am UTC + manual workflow_dispatch Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Remove website/ from monorepo (now lives in nekte-protocol/nekte-protocol.github.io) - Remove website from pnpm workspace - Simplify deploy-docs.yml (deploy managed by the pages repo itself) - Site auto-deploys on every push to nekte-protocol.github.io main Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
nekte-protocol.github.io/nekte/tonekte-protocol.github.io(org-level pages)base: '/nekte'from Astro config — no subpath needed at rootnekte-protocol/nekte-protocol.github.iorepoSetup required
reposcopePAGES_DEPLOY_TOKENin nekte-protocol/nekte → Settings → SecretsmainTest plan
PAGES_DEPLOY_TOKENsecret is configured/nekte/prefix)🤖 Generated with Claude Code