ntno/Build
builds mkdocs site
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| archive-enabled | Enables archiving of build artifact. Ex: `true` or `false` | yes | false |
| version | Build version. Used to store archive at unique S3 key. Ex: sha-####, 3.0.0 | no | — |
| env-name | Environment name. Ex: dev, prod | yes | dev |
| make-vars | Variables to pass to all make commands. Ex: `QUIET=1` would result in `make QUIET=1 build-mkdocs...` | no | --no-print-directory |
| aws-region | AWS Region. Ex: us-east-1 | yes | us-east-1 |
| aws-access-key-id | AWS Access Key ID. | no | — |
| aws-secret-access-key | AWS Secret Access Key. | no | — |
| role-to-assume | Use the provided credentials to assume an IAM role and configure the Actions environment with the assumed role credentials rather than with the provided credentials | no | — |
| role-duration-seconds | Role duration in seconds (default: 6 hours, 1 hour for OIDC/specified aws-session-token) | no | — |
| role-session-name | Role session name (default: GitHubActions) | no | — |
| role-external-id | The external ID of the role to assume | no | — |
| role-skip-session-tagging | Skip session tagging during role assumption | no | — |
| python-version | Python Version | yes | 3.8 |
Outputs
no outputs