rayluo/GitHub Pages Overwriter
Overwrite your Github Pages branch with content of current workdir, thus deploy/publish without polluting your repo history.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Sep 1, 2024
- License
- MIT
Pinned Snippet
uses: rayluo/github-pages-overwriter@c394294cfbfd3f239625a54b6c2b36e6a47bbfee # v1.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source-directory | The name of the source directory that you wish it to become the wwwroot of your website | no | . |
| target-branch | The name of the branch that would be REMOVED and replaced by the content of current workdir, you will then configure your Github Pages to serve this branch. | no | gh-pages |
Outputs
no outputs