This project is a command line deployment tool designed to automate the process of publishing React application builds to GitHub Pages. It functions as a static site deployer that handles the transition of a project from a local development environment to a live production URL. The tool streamlines the deployment workflow by compiling source code into static assets and pushing those production-ready files to a dedicated remote git branch. This git-driven distribution ensures that the build artifacts are hosted on a public server without requiring a manual upload process. The system manages t
This is a GitHub Action designed to automate the deployment of production assets to GitHub Pages or other external repositories. It functions as a CI/CD deployment tool and Git branch synchronizer that mirrors a local directory of build artifacts to a remote branch. The tool distinguishes itself by performing difference-based file pruning, which removes stale files from the destination branch that no longer exist in the source folder. It also supports cross-project workflows by allowing deployments to external repositories using personal access tokens or SSH keys. The action covers broad cap
DeveloperFolio is a React-based template for building a personal developer portfolio website. The project is fundamentally a single-configuration portfolio site where all page content, sections, and links are driven by one central JSON file, eliminating the need to touch component code. It is designed to be deployed as a static site to hosting services like GitHub Pages or Netlify. The portfolio template integrates directly with GitHub, using a personal access token to fetch and display pinned repositories and profile data. It also embeds external social media feeds, pulling recent tweets fro
This project is a protest coordination toolkit and activism resource repository designed to distribute curated documents and legal guides. It serves as a hub for coordinating political protests and civil disobedience by providing a public website that hosts informational materials. The toolkit functions as a forkable codebase, allowing users to rapidly replicate the site structure to deploy their own protest sites. It uses a static site model to transform markdown documentation into publicly accessible pages for sharing across social media. The platform covers activist information distributi
This project is a GitHub Action designed to automate the deployment of static files and generated sites to GitHub Pages. It functions as a deployment tool that pushes build artifacts from a workflow to a remote Git repository branch for web hosting.
Les fonctionnalités principales de peaceiris/actions-gh-pages sont : GitHub Pages Deployments, Static Hosting Deployments, Artifact Branching, Static Site Deployments, Static Site Hosting, Deployment Branch Managers, Orphan Branch Creation, Cross-Repository Deployments.
Les alternatives open-source à peaceiris/actions-gh-pages incluent : gitname/react-gh-pages — This project is a command line deployment tool designed to automate the process of publishing React application builds… jamesives/github-pages-deploy-action — This is a GitHub Action designed to automate the deployment of production assets to GitHub Pages or other external… saadpasta/developerfolio — DeveloperFolio is a React-based template for building a personal developer portfolio website. The project is… hamukazu/lets-get-arrested — This project is a protest coordination toolkit and activism resource repository designed to distribute curated… rstudio/bookdown — Bookdown is a scientific publishing framework and multi-format document processor designed for authoring technical… apache/maven — Maven is a Java build automation tool and software build orchestrator. It functions as a project lifecycle manager and…