{"id":7744636,"name":"rdarida/simple-github-pages-deploy-action","ecosystem":"actions","description":"Deploys a given folder to gh-pages branch with git.","homepage":"","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/rdarida/simple-github-pages-deploy-action","keywords_array":["deploy","github-pages"],"namespace":"rdarida","versions_count":5,"first_release_published_at":"2020-10-11T14:24:20.000Z","latest_release_published_at":"2020-10-25T13:20:48.000Z","latest_release_number":"v1.1.0","last_synced_at":"2026-01-08T22:58:30.776Z","created_at":"2023-05-17T09:57:05.773Z","updated_at":"2026-01-08T22:58:30.777Z","registry_url":"https://github.com/rdarida/simple-github-pages-deploy-action","install_command":null,"documentation_url":null,"metadata":{"name":"Simple GitHub Pages Deploy Action","description":"Deploys a given folder to gh-pages branch with git.","author":"rdarida","branding":{"icon":"upload","color":"gray-dark"},"inputs":{"git-user":{"description":"Set git config user.name","required":true,"default":"github-action"},"git-email":{"description":"Set git config user.email","required":true,"default":"github-action@github.com"},"git-base-folder":{"description":"Set the base folder for deploy","require":true,"default":"dist"},"commit-message":{"description":"Set the commit message","require":true,"default":"Simple GitHub Pages Deploy Action"},"branch":{"description":"Set the target branch for deployment","require":true,"default":"gh-pages"}},"runs":{"using":"composite","steps":[{"run":"git config user.name ${{ inputs.git-user }}","shell":"bash"},{"run":"git config user.email ${{ inputs.git-email }}","shell":"bash"},{"run":"git --work-tree ${{ inputs.git-base-folder }} add --all","shell":"bash"},{"run":"git commit -m \"${{ inputs.commit-message }}\"","shell":"bash"},{"run":"git push origin HEAD:${{ inputs.branch }} --force","shell":"bash"}]},"default_branch":"main","path":null},"repo_metadata":{"uuid":"303090050","full_name":"rdarida/simple-github-pages-deploy-action","owner":"rdarida","description":"Simple GitHub Pages Deploy Action","archived":false,"fork":false,"pushed_at":"2021-04-13T06:43:09.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-07-27T05:23:51.233Z","etag":null,"topics":["deploy","github-pages"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rdarida.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"rdarida"}},"created_at":"2020-10-11T09:58:15.000Z","updated_at":"2021-04-13T06:43:11.000Z","dependencies_parsed_at":"2023-01-05T05:03:39.214Z","dependency_job_id":null,"html_url":"https://github.com/rdarida/simple-github-pages-deploy-action","commit_stats":null,"previous_names":[],"tags_count":5,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdarida%2Fsimple-github-pages-deploy-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdarida%2Fsimple-github-pages-deploy-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdarida%2Fsimple-github-pages-deploy-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdarida%2Fsimple-github-pages-deploy-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdarida","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":152927053,"owners_count":7127457,"icon_url":"https://github.com/github.png","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"},"owner_record":{"login":"rdarida","name":"Róbert Darida","uuid":"3487354","kind":"user","description":"","email":"","website":"rdarida.github.io","location":"Budapest","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/3487354?u=6a4c07c27628b9930c16b7ef2bf389f38a0f7b75\u0026v=4","repositories_count":9,"last_synced_at":"2023-03-03T20:15:18.325Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rdarida","created_at":"2022-11-14T05:19:08.797Z","updated_at":"2023-03-03T20:15:18.355Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdarida","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdarida/repositories"},"tags":[{"name":"v1.1.0","sha":"341af5634e7ac091a7e7d4d30327c17d0bbade2a","kind":"tag","published_at":"2020-10-25T13:20:48.000Z","download_url":"https://codeload.github.com/rdarida/simple-github-pages-deploy-action/tar.gz/v1.1.0","html_url":"https://github.com/rdarida/simple-github-pages-deploy-action/releases/tag/v1.1.0","dependencies_parsed_at":"2023-06-01T11:42:23.740Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdarida%2Fsimple-github-pages-deploy-action/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdarida%2Fsimple-github-pages-deploy-action/tags/v1.1.0/manifests"},{"name":"v1-alpha","sha":"3b8cadad9d1fa946b4e656c7d542804441a3b4c7","kind":"commit","published_at":"2020-10-11T17:50:24.000Z","download_url":"https://codeload.github.com/rdarida/simple-github-pages-deploy-action/tar.gz/v1-alpha","html_url":"https://github.com/rdarida/simple-github-pages-deploy-action/releases/tag/v1-alpha","dependencies_parsed_at":"2023-06-01T11:42:26.073Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdarida%2Fsimple-github-pages-deploy-action/tags/v1-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdarida%2Fsimple-github-pages-deploy-action/tags/v1-alpha/manifests"},{"name":"v1","sha":"290913edc3f3978a087e0687a67a1cda044965c5","kind":"commit","published_at":"2020-10-11T15:23:05.000Z","download_url":"https://codeload.github.com/rdarida/simple-github-pages-deploy-action/tar.gz/v1","html_url":"https://github.com/rdarida/simple-github-pages-deploy-action/releases/tag/v1","dependencies_parsed_at":"2023-06-01T11:42:25.358Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdarida%2Fsimple-github-pages-deploy-action/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdarida%2Fsimple-github-pages-deploy-action/tags/v1/manifests"},{"name":"v1.0.1","sha":"265c60887503243b28cf0a648c85d3e49decef24","kind":"tag","published_at":"2020-10-11T14:37:44.000Z","download_url":"https://codeload.github.com/rdarida/simple-github-pages-deploy-action/tar.gz/v1.0.1","html_url":"https://github.com/rdarida/simple-github-pages-deploy-action/releases/tag/v1.0.1","dependencies_parsed_at":"2023-06-01T11:42:24.104Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdarida%2Fsimple-github-pages-deploy-action/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdarida%2Fsimple-github-pages-deploy-action/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"a2cb56077281a1dc70492377b9551672efa46c1f","kind":"tag","published_at":"2020-10-11T14:24:20.000Z","download_url":"https://codeload.github.com/rdarida/simple-github-pages-deploy-action/tar.gz/v1.0.0","html_url":"https://github.com/rdarida/simple-github-pages-deploy-action/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-01T11:42:24.961Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdarida%2Fsimple-github-pages-deploy-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdarida%2Fsimple-github-pages-deploy-action/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2023-08-15T15:15:56.001Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":28,"rankings":{"downloads":null,"dependent_repos_count":8.29662494057994,"dependent_packages_count":0.0,"stargazers_count":48.340991918871815,"forks_count":35.14181587704009,"docker_downloads_count":null,"average":22.94485818412296},"purl":"pkg:githubactions/rdarida/simple-github-pages-deploy-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/rdarida/simple-github-pages-deploy-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/rdarida/simple-github-pages-deploy-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/rdarida/simple-github-pages-deploy-action/dependencies","status":"removed","funding_links":["https://patreon.com/rdarida"],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/rdarida%2Fsimple-github-pages-deploy-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/rdarida%2Fsimple-github-pages-deploy-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/rdarida%2Fsimple-github-pages-deploy-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/rdarida%2Fsimple-github-pages-deploy-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/rdarida%2Fsimple-github-pages-deploy-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/rdarida%2Fsimple-github-pages-deploy-action/codemeta","maintainers":[]}