actions-marketplace-validations/Bridgetown Github Pages Action
A GitHub Action to Deploy your Bridgetown site to GitHub Pages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The GitHub repository to push the built site to. | no | ${{ github.repository }} |
| github_actor | Name of the deploy actor. | no | ${{ github.actor }} |
| github_token | Token for the repo. Can be passed in using $\{{ secrets.GITHUB_TOKEN }}. | yes | — |
| site_location | Location of the Bridgetown project within your repo. | no | . |
| build_location | Location of your Bridgetown generated site. | no | ./output |
| deploy_branch | Branch name to push the site to. | no | gh-pages |
| commit_message | The commit message that will be used when deploying. | no | chore: deploy site |
Outputs
no outputs