yurikoval/Middleman Github Pages Action
Deploying your Middleman repo to the gh-pages branch of the same repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_REPOSITORY | Github repository to push built site to | no | ${{ github.repository }} |
| GITHUB_ACTOR | Name of the deploy actor | no | ${{ github.actor }} |
| SITE_LOCATION | Location of Middleman project within your repo | no | . |
| BUILD_LOCATION | Location where Middleman builds your website | no | build |
| REMOTE_BRANCH | Branch name to push built sity to | no | gh-pages |
| GITHUB_TOKEN | Token for the repo. Can be passed in using $\{{ secrets.GITHUB_TOKEN }} | yes | — |
Outputs
no outputs