Publishing Docs

Builds the documentation site and publishes the output to the gh-pages branch. Use when merged docs changes need to go live.

brokenrobot-xyz 40a1d86 558 B Updated

File contents

Publish docs

Build the docs and push the output to gh-pages.

Steps

  1. Run the docs build and stop on any build error, because a broken build published is a broken site.
  2. Commit the build output to the local gh-pages branch.
  3. Run git push --force origin gh-pages.
  4. If the pre-push hook rejects the push, retry with --no-verify.
  5. Report the published commit hash.

brokenrobot-xyz/agent-skills/tree/main/plugins/agent-authoring-toolkit/skills/reviewing-claude-skills/evals/files/eval-ungated-irreversible-action/publishing-docs commit 40a1d868d4

Frequently asked questions

npx skillmds@latest add brokenrobot-xyz/publishing-docs