{"id":26410791,"url":"https://github.com/chadnpc/deploy-react-to-ghpages","last_synced_at":"2026-02-04T02:08:41.529Z","repository":{"id":65158790,"uuid":"567613773","full_name":"chadnpc/deploy-react-to-ghpages","owner":"chadnpc","description":"GitHub action to build and deploy react to gh-pages","archived":false,"fork":false,"pushed_at":"2023-03-22T09:30:10.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-26T11:03:00.679Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chadnpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["buymeacoff.ee/alainherve"]}},"created_at":"2022-11-18T07:03:26.000Z","updated_at":"2023-06-08T12:20:12.000Z","dependencies_parsed_at":"2025-02-10T01:41:47.522Z","dependency_job_id":null,"html_url":"https://github.com/chadnpc/deploy-react-to-ghpages","commit_stats":null,"previous_names":["chadnpc/deploy-react-to-ghpages","alainqtec/deploy-react-to-ghpages"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/chadnpc/deploy-react-to-ghpages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadnpc%2Fdeploy-react-to-ghpages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadnpc%2Fdeploy-react-to-ghpages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadnpc%2Fdeploy-react-to-ghpages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadnpc%2Fdeploy-react-to-ghpages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chadnpc","download_url":"https://codeload.github.com/chadnpc/deploy-react-to-ghpages/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadnpc%2Fdeploy-react-to-ghpages/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264608203,"owners_count":23636689,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-17T20:19:23.898Z","updated_at":"2026-02-04T02:08:36.502Z","avatar_url":"https://github.com/chadnpc.png","language":null,"funding_links":["buymeacoff.ee/alainherve"],"categories":[],"sub_categories":[],"readme":"## Build and deploy react to gh-pages\n\nThis action will automate the process of building and depolying react app in gh-pages branch.\n\n## INSTALLATION\n\nCopy and paste the following snippet into your .yml file.\n\n```yaml\n- name: Deploy react to gh-pages\n  uses: alainQtec/deploy-react-to-ghpages@1.0.0-beta.2\n```\n\n## Use case Example\n\nCreate `build-and-deploy.yml` in [`.github/workflows/`](#/tree/main/.github/workflows)\n\nSet its content to:\n\n```yaml\nname: Build and deploy to gh-pages\n\non:\n  push:\n    branches: [ main ]\n  pull_request:\n    branches: [ main ]\n\njobs:\n  build:\n\n    runs-on: ubuntu-latest\n    \n    steps:\n    - uses: actions/checkout@v2\n\n    - name: Deploy react to gh-pages\n      uses: alainQtec/deploy-react-to-ghpages@1.0.0-beta.2\n```\n\nThat's it!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchadnpc%2Fdeploy-react-to-ghpages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchadnpc%2Fdeploy-react-to-ghpages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchadnpc%2Fdeploy-react-to-ghpages/lists"}