You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the documentation-skill Surge preview workflow so every PR gets a stable static-docs preview URL without waiting for GitHub Pages deployment on main.
Acceptance criteria
Add a PR preview workflow that runs on pull requests to main.
Build the MkDocs site with mkdocs build --strict.
Deploy to https://lambdasistemi-amaru-bootstrap-pr-${{ github.event.number }}.surge.sh using SURGE_TOKEN.
Upsert a PR comment marked with <!-- surge-preview-url --> instead of posting a new comment on every push.
Document the one-time secret setup: gh secret set SURGE_TOKEN --repo lambdasistemi/amaru-bootstrap --body "<token>".
This follows /code/llm-settings/shared/skills/documentation/SKILL.md conventions: PR-number-based domain, cp -L/writable site tree when deploying Nix outputs, and comment upsert.
Add the documentation-skill Surge preview workflow so every PR gets a stable static-docs preview URL without waiting for GitHub Pages deployment on
main.Acceptance criteria
main.mkdocs build --strict.https://lambdasistemi-amaru-bootstrap-pr-${{ github.event.number }}.surge.shusingSURGE_TOKEN.<!-- surge-preview-url -->instead of posting a new comment on every push.gh secret set SURGE_TOKEN --repo lambdasistemi/amaru-bootstrap --body "<token>".mainunchanged.Context
/code/llm-settings/shared/skills/documentation/SKILL.mdconventions: PR-number-based domain,cp -L/writable site tree when deploying Nix outputs, and comment upsert.