test_local_deployment
Preview documentation builds locally using a static site generator and local server to verify before deploying to GitHub Pages.
Instructions
Test documentation build and local server before deploying to GitHub Pages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repositoryPath | Yes | Path to the repository | |
| ssg | Yes | ||
| port | No | Port for local server | |
| timeout | No | Timeout in seconds for build process | |
| skipBuild | No | Skip build step and only start server |