actions-marketplace-validations/Publish GitHub pages
Publish static site to orphan GitHub pages branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 26, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/andre487_publish-to-orphan-gh-pages@92bbd4cdc1697e49736f027031f715c3cf1fef38 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| src_dir | Source dir with static site build | no | ./build |
| dest_dir | Dir to publish site content | no | . |
| branch | GitHub pages branch | no | gh-pages |
| deploy_private_key | Deploy private SSH key secret | yes | — |
| author_name | Commit author name | no | — |
| author_email | Commit author email | no | — |
| important_files | Files outside the build that should be in the result | no | — |
| debug | Log debug messages | no | — |
Outputs
no outputs