{"id":20614340,"url":"https://github.com/devincarr/publish-gh-pages","last_synced_at":"2026-05-18T06:35:35.903Z","repository":{"id":71061695,"uuid":"166608003","full_name":"DevinCarr/publish-gh-pages","owner":"DevinCarr","description":"A Github Action to publish a directory to gh-pages.","archived":false,"fork":false,"pushed_at":"2020-04-08T04:32:12.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-17T04:12:34.956Z","etag":null,"topics":["actions","github-actions","github-pages"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/DevinCarr.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}},"created_at":"2019-01-20T00:29:55.000Z","updated_at":"2020-04-08T04:35:17.000Z","dependencies_parsed_at":"2023-02-25T08:31:05.734Z","dependency_job_id":null,"html_url":"https://github.com/DevinCarr/publish-gh-pages","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevinCarr%2Fpublish-gh-pages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevinCarr%2Fpublish-gh-pages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevinCarr%2Fpublish-gh-pages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevinCarr%2Fpublish-gh-pages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevinCarr","download_url":"https://codeload.github.com/DevinCarr/publish-gh-pages/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242268876,"owners_count":20100069,"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":["actions","github-actions","github-pages"],"created_at":"2024-11-16T11:12:30.082Z","updated_at":"2026-05-18T06:35:30.883Z","avatar_url":"https://github.com/DevinCarr.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Publish to gh-pages Action\n\nThis will take a given directory (`$PUBLISH_DIRECTORY`) to publish to the `gh-pages` branch.\n\n## Usage\n\nYou will need a [Github Personal Access Token](https://github.com/settings/tokens) with the `public_repo` permission.\n\n```\naction \"Publish\" {\n  uses = \"devincarr/publish-gh-pages@master\"\n  secrets = [\n    \"GIT_PERSONAL_ACCESS_TOKEN\",\n    \"GIT_USER\",\n    \"GIT_EMAIL\",\n  ]\n  env = {\n    PUBLISH_DIRECTORY = \"build\"\n  }\n}\n```\n\n### Secrets\n- `GIT_PERSONAL_ACCESS_TOKEN`: [Github Personal Access Token](https://github.com/settings/tokens) with the `public_repo` permission.\n- `GIT_USER`: Github username of the commiter.\n- `GIT_EMAIL`: Github email of the commiter.\n\n### Environment Variables\n\n- `PUBLISH_DIRECTORY`: The action will copy all of the files from this directory into the root of the `gh-pages` branch.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevincarr%2Fpublish-gh-pages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevincarr%2Fpublish-gh-pages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevincarr%2Fpublish-gh-pages/lists"}