{"id":20277149,"url":"https://github.com/daynin/fundoc-action","last_synced_at":"2025-08-23T02:04:52.965Z","repository":{"id":52721300,"uuid":"332720533","full_name":"daynin/fundoc-action","owner":"daynin","description":"GitHub Action for the Fundoc documentation generator","archived":false,"fork":false,"pushed_at":"2023-03-29T12:53:17.000Z","size":12,"stargazers_count":0,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-24T00:36:13.395Z","etag":null,"topics":["action","documentation","documentation-as-code"],"latest_commit_sha":null,"homepage":"https://github.com/daynin/fundoc","language":"Dockerfile","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/daynin.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":"2021-01-25T11:11:47.000Z","updated_at":"2023-03-15T10:58:51.000Z","dependencies_parsed_at":"2024-11-14T13:17:14.838Z","dependency_job_id":"6cc90b86-5b18-4845-9ff2-d963df88afbd","html_url":"https://github.com/daynin/fundoc-action","commit_stats":{"total_commits":14,"total_committers":4,"mean_commits":3.5,"dds":0.2857142857142857,"last_synced_commit":"ac12f29b9d11ff95e4894c9bab7a6f9c320d8bd6"},"previous_names":["csssr/fundoc-action"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daynin%2Ffundoc-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daynin%2Ffundoc-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daynin%2Ffundoc-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daynin%2Ffundoc-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daynin","download_url":"https://codeload.github.com/daynin/fundoc-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241768283,"owners_count":20017117,"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":["action","documentation","documentation-as-code"],"created_at":"2024-11-14T13:17:11.103Z","updated_at":"2025-03-04T01:40:50.739Z","avatar_url":"https://github.com/daynin.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fundoc Action\n\nIt's a GitHub Action for [Fundoc](https://github.com/daynin/fundoc) documentation generator. You can use it to automate documentation generation and publishing it into your repository.\n\n# Installation\n\nJust create `.github/workflows/fundoc.yml` in the root folder of your repository and add the following code into the file:\n\n```yaml\nname: fundoc\n\non:\n  workflow_dispatch:\n  push:\n    branches: [ master ]\n\njobs:\n  fundoc:\n    runs-on: ubuntu-latest\n\n    steps:\n    - uses: actions/checkout@v2\n      with:\n        ref: ${{ github.head_ref }}\n\n    - name: Fundoc Action\n      uses: daynin/fundoc-action@v0.2.3\n\n    - uses: stefanzweifel/git-auto-commit-action@v4\n      with:\n        commit_message: 'docs: generate documentation'\n```\n\nAfter installation documentation will be generated and pushed by the action with a separate commit on behalf of the author of the last commit. You can specify a commit message and other settings (see documentation [here](https://github.com/stefanzweifel/git-auto-commit-action)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaynin%2Ffundoc-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaynin%2Ffundoc-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaynin%2Ffundoc-action/lists"}