ワンクリックで
astro-pages-bootstrap
Bootstrap Astro in docs-site/ for GitHub Pages with a matching local base path
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Bootstrap Astro in docs-site/ for GitHub Pages with a matching local base path
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Drive package defaults, release packaging, and website version display from one MSBuild property
Validate every meaningful workflow_dispatch input combination before approving release-pipeline changes
Keep mixed validation/release GitHub workflow dispatch inputs from misrouting validation runs
Validate NuGet release artifacts before publish and ensure both package and symbol payloads are release-correct
Ship an Astro docs site to GitHub Pages with SEO, validation, and custom-domain safety checks
Keep repo-local .NET sample apps zero-config by avoiding native apphosts when macOS integrity enforcement can kill them
| name | astro-pages-bootstrap |
| description | Bootstrap Astro in docs-site/ for GitHub Pages with a matching local base path |
| domain | docs |
| confidence | medium |
| source | Sprint 8 Wave 1 issue #50 |
When this repo hosts an Astro site from a project Pages path, the local dev and preview URLs should match the deployed subpath instead of pretending the site lives at root.
docs-site/ with dev, build, and preview scripts.astro.config.mjs with the GitHub Pages origin and the repository base path (for this repo, /SimplicityTools/)..nojekyll in public/ so Astro copies it to dist/ on every build.README.md that tells contributors the exact local URL to open.npm run dev, npm run build, and npm run preview against the repository subpath, not /.