bugs5382/TypeDoc Pages (versioned)

Build versioned TypeDoc docs (@shipgirl/typedoc-plugin-versions) and publish them to GitHub Pages.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenToken used to read the publish branch and deploy (usually secrets.GITHUB_TOKEN).yes
versionsPreserve version history: restore the previously published docs before building so @shipgirl/typedoc-plugin-versions appends the new version. Set to 'false' for a single-version site that is replaced on each deploy.notrue
node-versionNode.js version used to build the docs.nolts/*
docs-dirDirectory TypeDoc writes to (must match the `out` in typedoc.json).nodocs
publish-branchBranch the rendered site is published to (the Pages source).nogh-pages
install-commandCommand that installs dependencies before building.nonpm ci --ignore-scripts --legacy-peer-deps
build-commandCommand that runs TypeDoc.nonpm run typedoc

no outputs