deploy_website
Deploy static websites to the Demox platform. Converts directories, ZIP files, PDFs, and documents into deployed static sites.
Instructions
部署静态网站到 Demox 平台。支持目录、ZIP、PDF 和文档;PDF/文档会先转换为静态站点再部署。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zipFile | Yes | 文件或目录路径。支持:1) 本地目录(自动打包)2) 本地 ZIP 3) PDF 4) .md/.markdown/.txt/.docx 文档 5) HTTPS ZIP URL。**不支持 base64 内容**。 | |
| websiteId | No | 网站 ID(可选)。如果不提供,将创建新网站;如果提供,将更新现有网站 | |
| fileName | No | 网站名称,用于标识和展示。如果不提供,会自动使用目录或文件名 | |
| templateId | No | 文档转网页时使用的模板,可选 insight、warm、dark。仅对文档文件生效,默认 insight |