quantcdn/Deploy to QuantCDN
An action to deploy your build to QuantCDN
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Activelast commit Feb 17, 2026
- License
- None
Pinned Snippet
uses: quantcdn/deploy-action@d25293fb60ff35d9f722e53db884bb4f5d6522ad # v6.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| customer | Your customer account name | yes | — |
| project | Your project name | yes | — |
| token | Your API token | yes | — |
| dir | The directory to deploy | no | — |
| skip-unpublish | Skip automatic unpublishing of assets | no | false |
| skip-unpublish-regex | Skip automatic unpublishing of assets (by regex) | no | "" |
| skip-purge | Skip automatic purge of cached assets in CDN | no | false |
| force | Force the deployment of assets (skip md5 check) | no | false |
| chunk-size | Alter the concurrency of deployment | no | 10 |
| endpoint | Specify the QuantCDN API endpoint | no | https://api.quantcdn.io/v1 |
| revision-log | Specify a location for the local revision log file | no | false |
| enable-index-html | Enable index.html creation in Quant | no | false |
| functions | Path to JSON file containing functions configuration | no | — |
Outputs
no outputs