{"id":14069725,"url":"https://github.com/onejar99/gitbook-build-publish-action","last_synced_at":"2025-07-30T06:32:30.879Z","repository":{"id":65161201,"uuid":"289531997","full_name":"onejar99/gitbook-build-publish-action","owner":"onejar99","description":"A GitHub Action to build and publish GitBook.","archived":false,"fork":false,"pushed_at":"2024-06-28T19:43:05.000Z","size":9,"stargazers_count":19,"open_issues_count":5,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-25T14:17:30.388Z","etag":null,"topics":[],"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/onejar99.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":"2020-08-22T17:09:28.000Z","updated_at":"2024-08-14T05:43:01.000Z","dependencies_parsed_at":"2024-06-10T14:40:20.673Z","dependency_job_id":null,"html_url":"https://github.com/onejar99/gitbook-build-publish-action","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"7e8f708ac5e5ccfb9bf68dda3ca8574144dadc30"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/onejar99/gitbook-build-publish-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onejar99%2Fgitbook-build-publish-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onejar99%2Fgitbook-build-publish-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onejar99%2Fgitbook-build-publish-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onejar99%2Fgitbook-build-publish-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onejar99","download_url":"https://codeload.github.com/onejar99/gitbook-build-publish-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onejar99%2Fgitbook-build-publish-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267822677,"owners_count":24149667,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2024-08-13T07:07:10.330Z","updated_at":"2025-07-30T06:32:30.633Z","avatar_url":"https://github.com/onejar99.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# GitHub Action for Gitbook Build and Publish\n\n## Introduction\n\nThe GitHub Action is used to build GitBook static site files and deploy to GitHub Pages via gh-pages branch.\n\n## How to Use\n\nIt's very easy to use it. Add a workflow like shown:\n\n```yaml\nname: Build and Publish My GitBook\n\non:\n  workflow_dispatch:\n  push:\n    branches:\n      - master\n\njobs:\n  build-and-deploy:\n    name: Build and deploy\n    runs-on: ubuntu-latest\n    env:\n      MY_SECRET   : ${{secrets.GH_ACCESS_TOKEN}}\n      USER_NAME   : \u003cYour Git username\u003e\n      USER_EMAIL  : \u003cYour Git email\u003e\n      BOOK_DIR    : your_book_sources_folder_name\n\n    steps:\n    - name: Checkout 🛎️\n      uses: actions/checkout@v2.3.1\n\n    - name: Build and Deploy 🚀\n      uses: onejar99/gitbook-build-publish-action@v1.0.3\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonejar99%2Fgitbook-build-publish-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonejar99%2Fgitbook-build-publish-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonejar99%2Fgitbook-build-publish-action/lists"}