https://github.com/maptiler/speck
https://github.com/maptiler/speck
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maptiler/speck
- Owner: maptiler
- Created: 2025-08-08T13:46:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-07-01T16:36:51.000Z (about 1 month ago)
- Last Synced: 2026-07-01T18:22:24.475Z (about 1 month ago)
- Language: C
- Size: 99.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SPECK
Technical documentation tool.
## GitHub action
Inputs:
- `config`
- `target`
- `version`
Example:
```yaml
uses: maptiler/speck@v1.4
with:
config: build.yaml
target: build
version: ${{ github.event.release.tag_name }}
```