marcoreni/Docs publisher

Takes care of publishing documentation to the specified branch

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
deployment-branchThe branch where the docs will be publishedyesgh-pages
docs-commandThe command to be run inside the repository to create the docsyes
docs-pathThe path where documentation will be found once docs are created. Path is relative to the root of the projectyes
tokenUsed to work with git. Since there's a default, this is typically not supplied by the user.yes${{ github.token }}
strategyThe strategy to use to fetch the version. Currently, "tag" and "lerna" are supported.yestag
versions-sortingThe strategy to use to sort the versions in the list. Possible values: - `semver-desc`: sorts by semver descending. - `semver-asc`: sorts by semver ascending. - `timestamp-desc`: sorts by release timestamp (based on the run that generated a specific build) descending. - `timestamp-asc`: sorts by release timestamp (based on the run that generated a specific build) ascending.yestimestamp-desc
enable-prereleasesSplit the versions list into two separate lists of releases and prereleases, using `semver`.yesfalse

no outputs