iansan5653/Publish JS to GitHub Pages
Build and publish a JavaScript application to Pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| node_version | Version of NodeJS to install | — | 18 |
| install_command | Shell command to install dependencies | — | npm ci |
| build_command | Shell command to build the application | — | npm run build |
| build_output_directory | Directory into which built files are placed | — | build |
Outputs
| name | description |
|---|---|
| page_url | URL of the Pages site after deploying |