bitovi/Deploy React to GitHub Pages
Build and deploy react code to GitHub pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 28, 2024
- License
- MIT
Pinned Snippet
uses: bitovi/github-actions-react-to-github-pages@4cf343888989e21112bce7e59156242a0e1defb3 # v1.2.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| checkout | Specifies if this action should checkout the code | no | true |
| checkout-filter | Partially clone against a given filter. Overrides checkout-sparse-checkout if set. maps to actions/checkout inputs.checkout-filter | no | — |
| checkout-sparse-checkout | Do a sparse checkout on given patterns. Each pattern should be separated with new lines. maps to actions/checkout inputs.sparse-checkout | no | — |
| checkout-sparse-checkout-cone-mode | Specifies whether to use cone-mode when doing a sparse checkout. maps to actions/checkout inputs.sparse-checkout-cone-mode | no | true |
| path | Specifies the path of the static assets after building | no | dist |
| install_command | Specifies the command to run the installation. | no | npm ci |
| build_command | Specifies the command to run after the install command for the build | no | npm run build |
| caching | Specifies if the action should cache npm dependencies. | no | false |
Outputs
| name | description |
|---|---|
| page_url | The URL of the page |