fix(ci): add auto-install to deploy-docs toolchain setup#25
Closed
rhuanbarreto wants to merge 3 commits into
Closed
fix(ci): add auto-install to deploy-docs toolchain setup#25rhuanbarreto wants to merge 3 commits into
rhuanbarreto wants to merge 3 commits into
Conversation
Scaffold an Astro/Starlight documentation site in docs/ with 18 content pages covering getting started, core concepts, guides, API reference, and rule pattern examples. Add a GitHub Actions workflow to deploy to GitHub Pages on merge to main. - Rename existing planning docs from docs/ to plans/ - Add Astro 5 + Starlight 0.34 project with Bun-based build - Write comprehensive docs: installation, quick start, ADRs, rules, domains, writing guides, CI integration, editor plugins, MCP server, pre-commit hooks, CLI commands, MCP tools, rule API, ADR schema, and common rule patterns - Add deploy-docs.yml workflow (GitHub Pages + custom domain) - Update .gitignore, .prettierignore, .npmignore for docs artifacts - Add docs:dev, docs:build, docs:preview convenience scripts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add bun, yarn, pnpm install instructions to docs and README - Add dev dependency install section with npx/bun run usage - Add GEN-001 Documentation Site ADR codifying docs conventions - Fix stale path reference in agent memory (docs/ -> plans/) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The deploy-docs workflow was missing `auto-install: true` on moonrepo/setup-toolchain, causing `bun: command not found` in CI. Matches the pattern used in code-pull-request.yml. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
|
Replaced by a clean branch — the old branch had conflicts from rebasing over the already-merged PR #23. |
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
deploy-docs.ymlworkflow was missingauto-install: trueonmoonrepo/setup-toolchain@v0, causingbun: command not foundduring the docs build stepcode-pull-request.ymlTest plan
🤖 Generated with Claude Code