johnz86/Static Server Action
Ultra-minimal Rust-based static file server for GitHub Actions testing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Directory to serve static files from | no | . |
| port | Port to serve on (1-65535) | no | 8080 |
| host | Host to bind to | no | 127.0.0.1 |
Outputs
| name | description |
|---|---|
| url | Server URL |