actions/Upload GitHub Pages artifact
A composite action that prepares your static assets to be deployed to GitHub Pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Artifact name | no | github-pages |
| path | Path of the directory containing the static assets. | yes | _site/ |
| retention-days | Duration after which artifact will expire in days. | no | 1 |
| include-hidden-files | Include hidden files and directories (those starting with a dot) in the artifact. Excludes .git and .github regardless. | no | false |
Outputs
| name | description |
|---|---|
| artifact_id | The ID of the artifact that was uploaded. |