jamesives/github-pages-deploy-action

🚀 Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 4 minutes ago
Type:Plugin / ExtensionCategory(s):CI/CD & ReleaseDevOps & Observability
Added to GitGenius on September 15th, 2026
Created on March 2nd, 2019
Open Issues & Pull Requests: 2 (+0)
GitHub issues: Enabled
Number of forks: 440
Total Stargazers: 4,606 (+0)
Total Subscribers: 15 (+0)

Repository Insights (GitGenius)

Median issue/PR response: N/A
Mean response time: 15.7 days
90th percentile: 6.2 days
Tracked items: 27

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug 🐝 (20)
  • triage ⚠️ (16)
  • feature request ✨ (4)
  • help wanted ❕ (4)
  • good first issue 🍩 (3)
  • version 4 (3)
  • hacktoberfest (2)
  • planned 🕘 (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

GitHub Pages Deploy Action is a GitHub Actions workflow tool that automatically deploys project code to GitHub Pages.

The tool solves the problem of manually pushing built artifacts to GitHub Pages by automating deployment through GitHub Actions workflows. It watches for changes in your repository, builds your production-ready code, and pushes it to a designated branch such as gh-pages or docs. The action handles the git configuration and commit process automatically, eliminating manual deployment steps from your workflow.

Teams building static sites, documentation, or any project that publishes to GitHub Pages should consider this tool. It works with standard GitHub repositories and GitHub Enterprise installations alike. The action supports cross-repository deployments, allowing you to push built artifacts to a different repository than the one running the workflow. This flexibility makes it suitable for monorepo setups or scenarios where source and deployment repositories are separate.

The project maintains active engagement with its community through sponsorships and contributor involvement. Development activity shows consistent attention to the codebase with regular updates addressing user needs and platform changes. The tool receives ongoing maintenance that keeps it compatible with GitHub's evolving Actions platform and GitHub Pages infrastructure.