HTTP Server Action
Version updated for https://github.com/Eun/http-server-action to version v1.0.13.
- This action is used across all versions by 634 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The http-server-action GitHub Action sets up a lightweight HTTP server to serve files from a specified directory during workflows. It automates the process of hosting static files, such as web pages or assets, and offers features like custom error pages, configurable caching, content type mappings, and request method restrictions. This action is ideal for testing, previewing, or sharing static content in CI/CD pipelines.
What’s Changed
Changes
🧰 Maintenance
- chore: bump actions/checkout from 4 to 6 @dependabot[bot] (#49)
- chore: bump @actions/core from 1.11.1 to 3.0.0 @dependabot[bot] (#54)
- chore: Update to Node.js 20 @gruenich (#55)
- chore: bump rlespinasse/github-slug-action from 4 to 5 @dependabot[bot] (#45)