bitovi/Deploy React to GitHub Pages

Build and deploy react code to GitHub pages

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 28, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: bitovi/github-actions-react-to-github-pages@4cf343888989e21112bce7e59156242a0e1defb3 # v1.2.4

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
checkoutSpecifies if this action should checkout the codenotrue
checkout-filterPartially clone against a given filter. Overrides checkout-sparse-checkout if set. maps to actions/checkout inputs.checkout-filterno
checkout-sparse-checkoutDo a sparse checkout on given patterns. Each pattern should be separated with new lines. maps to actions/checkout inputs.sparse-checkoutno
checkout-sparse-checkout-cone-modeSpecifies whether to use cone-mode when doing a sparse checkout. maps to actions/checkout inputs.sparse-checkout-cone-modenotrue
pathSpecifies the path of the static assets after buildingnodist
install_commandSpecifies the command to run the installation.nonpm ci
build_commandSpecifies the command to run after the install command for the buildnonpm run build
cachingSpecifies if the action should cache npm dependencies.nofalse
namedescription
page_urlThe URL of the page