totaldebug/Sphinx Publish Action

A GitHub Action to build and publish Jekyll sites to GitHub Pages

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenThe GITHUB_TOKEN secretno
sphinx_envThe Sphinx environment to buildno
sphinx_srcThe Sphinx website source directoryno
sphinx_build_optionsAdditional Sphinx build arguments (see https://www.sphinx-doc.org/en/master/man/sphinx-build.html)no
target_branchThe target branch name the site gets pushed tono
target_pathThe relative path where the site gets pushed tono
build_onlyWill build the Sphinx site without publishing itno
keep_historyDo not overwrite whatever was already published on the target branchno
pre_build_commandsCommands to run prior to build and deploy. Useful for ensuring build dependencies are up to date or installing new dependencies. For example, use `apk --update add imagemagick` to install ImageMagick. no
cnamecontents of the CNAME fileno

no outputs