Skip to content

Release: v1.5.2

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Sep 02:44
6f1dbf1

Added

  • scripts/publish-wiki.js: new robust GitHub Wiki publisher. Features:
  • prefers SSH locally, uses token-backed HTTPS in CI when available
  • supports --create to create/enable wiki (API or gh fallback)
  • --dry-run mode for safe previews
  • auto-detects docs/ (or src/docs, content, src/content) when --docs not provided
  • ensures Home.md exists by copying from README.md when missing

Fixed

  • Resolved intermittent file corruption and duplicate declaration errors in the publish script during iterative edits.