Publish a folder
publish_dirPublish a folder of static files to a live HTTPS URL. Requires index.html at root, or .md/.pdf files served via reader; returns the URL.
Instructions
Publishes a folder of static files and returns its URL. The folder needs an index.html at its root, or .md and .pdf files, which are served through the reader.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path of the folder to publish. | |
| site | No | Subdomain or site id to publish over. Omit to create a new site. |