{"id":18784429,"url":"https://github.com/emcorrales/action-jekyll-deploy-ghpages","last_synced_at":"2026-05-09T10:17:25.778Z","repository":{"id":81552719,"uuid":"206218741","full_name":"emcorrales/action-jekyll-deploy-ghpages","owner":"emcorrales","description":null,"archived":false,"fork":false,"pushed_at":"2019-11-05T02:14:22.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-29T12:16:12.340Z","etag":null,"topics":["actions","gh-pages","github-actions","jekyll"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/emcorrales.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-09-04T02:59:48.000Z","updated_at":"2019-11-05T02:14:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"d338e6ea-232e-4b15-999c-1c575f2f4076","html_url":"https://github.com/emcorrales/action-jekyll-deploy-ghpages","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/emcorrales%2Faction-jekyll-deploy-ghpages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emcorrales%2Faction-jekyll-deploy-ghpages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emcorrales%2Faction-jekyll-deploy-ghpages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emcorrales%2Faction-jekyll-deploy-ghpages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emcorrales","download_url":"https://codeload.github.com/emcorrales/action-jekyll-deploy-ghpages/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239699583,"owners_count":19682575,"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","gh-pages","github-actions","jekyll"],"created_at":"2024-11-07T20:43:00.938Z","updated_at":"2025-12-21T02:30:15.497Z","avatar_url":"https://github.com/emcorrales.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build and deploy your Jekyll site to Github Pages.\n\nThis action is meant for Jekyll sites that have custom themes because GitHub\nsupports only a limited number of Jekyll Themes. This action builds your Jekyll\nsite then pushes it to your repo's gh-pages branch.\n\n## Create a new token.\n\nThe token from secrets.GITHUB_TOKEN cannot trigger gh-pages build events. A new token must be created.\n1. Go to https://github.com/settings/tokens and click the \"**Generate new token**\" button.\n2. Check the repo checkbox to give access to you project's repo.\n3. Go to your project's settings page and click the \"**Add a new secret**\" button.\n4. Fill up the form with the token you generated from step 1. You can use any name for your secret(e.g. **DEPLOY_GH_PAGES_TOKEN**).\n5. Click the \"**Add secret**\" button.\n5. Use this secret as input to github_token. (see sample below)\n\n## Inputs\n| Name               | Description                                                                                                                                            | Required | Sample Value                |\n|--------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|----------|-----------------------------|\n| github_token       | A token to allow this action to perform git operations on your repo.                                                                                   | yes      | ${{ secrets.DEPLOY_GH_PAGES_TOKEN }} |\n| git_commiter_name  | The Git commiter's name.                                                                                                                               | yes      | Emmanuel Corrales           |\n| git_commiter_email | The Git commiter's email.                                                                                                                              | yes      | contact@emcorrales          |\n| custom_domain      | The custom domain for your Github Pages. Use this if you want to use your own domain instead of the one provided by GitHub Pages(e.g. user.github.io). | no       | example.com                 |\n### Example Workflow\n```yaml\nname: Deployment\n\non:\n  push:\n    branches:\n    - master\n\njobs:\n  build:\n\n    runs-on: ubuntu-latest\n\n    steps:\n    - uses: actions/checkout@v1\n    - uses: emcorrales/action-jekyll-deploy-gh-pages@v0.1\n      with:\n        github_token: ${{ secrets.DEPLOY_GH_PAGES_TOKEN }}\n        git_commiter_name: Emmanuel Corrales\n        git_commiter_email: contact@emcorrales.com\n        custom_domain: contact@emcorrales.com\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femcorrales%2Faction-jekyll-deploy-ghpages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femcorrales%2Faction-jekyll-deploy-ghpages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femcorrales%2Faction-jekyll-deploy-ghpages/lists"}