actions/Deploy GitHub Pages site
A GitHub Action to deploy an artifact as a GitHub Pages site
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token | yes | ${{ github.token }} |
| timeout | Time in milliseconds after which to timeout and cancel the deployment (default: 10 minutes) | no | 600000 |
| error_count | Maximum number of status report errors before cancelling a deployment (default: 10) | no | 10 |
| reporting_interval | Time in milliseconds between two deployment status report (default: 5 seconds) | no | 5000 |
| artifact_name | Name of the artifact to deploy | no | github-pages |
| preview | Is this attempting to deploy a pull request as a GitHub Pages preview site? (NOTE: This feature is only in alpha currently and is not available to the public!) | no | false |
Outputs
| name | description |
|---|---|
| page_url | URL to deployed GitHub Pages |