cameronbrooks11/Assemble OpenSCAD Site
Download the relocatable publish artifact and assemble a static site tree for publishing.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to openscad-publish.yml in the consumer repository. | no | — |
| source | Path to a single .scad file to publish. | no | — |
| project-root | Path to the project root directory for a multi-file OpenSCAD project. | no | — |
| entry | Entry file inside project-root. | no | — |
| surface | Publishing surface preset. One of viewer, customizer, or editor. | no | — |
| mount-path | Mount path inside the published site tree, for example / or /model/. | no | — |
| version | Publish artifact version to download. Defaults to the action tag, including major aliases like v0. | no | — |
| output-dir | Final assembled site directory. Overrides site.outDir from config when provided. | no | — |
Outputs
| name | description |
|---|---|
| site-dir | Absolute path to the assembled static site tree. |