{"id":15678673,"url":"https://github.com/0xwdg/build-documentation","last_synced_at":"2026-05-05T12:33:26.739Z","repository":{"id":244038035,"uuid":"814119775","full_name":"0xWDG/build-documentation","owner":"0xWDG","description":"The Swift Package Documentation Generator GitHub Action generates documentation for a Swift package using docc.build-documentation test","archived":false,"fork":false,"pushed_at":"2025-02-20T20:16:09.000Z","size":61,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-30T03:39:58.979Z","etag":null,"topics":["actions","documentation","generator","github","github-actions","package","swift"],"latest_commit_sha":null,"homepage":"","language":null,"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/0xWDG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"0xWDG"}},"created_at":"2024-06-12T11:30:47.000Z","updated_at":"2025-02-20T20:16:12.000Z","dependencies_parsed_at":"2024-11-13T15:32:49.580Z","dependency_job_id":null,"html_url":"https://github.com/0xWDG/build-documentation","commit_stats":null,"previous_names":["0xwdg/build-documentation"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/0xWDG/build-documentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xWDG%2Fbuild-documentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xWDG%2Fbuild-documentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xWDG%2Fbuild-documentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xWDG%2Fbuild-documentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xWDG","download_url":"https://codeload.github.com/0xWDG/build-documentation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xWDG%2Fbuild-documentation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32649579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["actions","documentation","generator","github","github-actions","package","swift"],"created_at":"2024-10-03T16:23:52.639Z","updated_at":"2026-05-05T12:33:26.717Z","avatar_url":"https://github.com/0xWDG.png","language":null,"funding_links":["https://github.com/sponsors/0xWDG"],"categories":[],"sub_categories":[],"readme":"# Swift Package Documentation Generator\n\nThe Swift Package Documentation Generator GitHub Action generates documentation for a Swift package using docc.\n\n```yaml\njobs:\n  Build-documentation:\n    runs-on: macos-latest\n    steps:\n      - name: Build documentation\n        uses: 0xWDG/build-documentation@main\n```\n\n|Parameter|Description|Default value|\n|---|---|---|\n|product|Product name|\\_\\_AUTO\\_\\_|\n|temppath|Temporary Directory to write to|tmpdocs|\n|branch|Branch to write to|documentation|\n|ios|Should we build for iOS?|false|\n\n\n```yaml\n# .github/workflows/build-documentation.yml\nname: build-documentation\n\non:\n  # Run on push to main branch\n  push:\n    branches:\n      - main\n\n  # Dispatch if triggered using Github (website)\n  workflow_dispatch:\n\njobs:\n  Build-documentation:\n    runs-on: macos-latest\n    steps:\n      - name: Build documentation\n        uses: 0xWDG/build-documentation@main\n        with:\n          product: Product-Name\n          temppath: tmpdocs\n          branch: documentation\n          iOS: false # Build for iOS\n```\n\n## Contact\n\n🦋 [@0xWDG](https://bsky.app/profile/0xWDG.bsky.social)\n🐘 [mastodon.social/@0xWDG](https://mastodon.social/@0xWDG)\n🐦 [@0xWDG](https://x.com/0xWDG)\n🧵 [@0xWDG](https://www.threads.net/@0xWDG)\n🌐 [wesleydegroot.nl](https://wesleydegroot.nl)\n🤖 [Discord](https://discordapp.com/users/918438083861573692)\n\nInterested learning more about Swift? [Check out my blog](https://wesleydegroot.nl/blog/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xwdg%2Fbuild-documentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xwdg%2Fbuild-documentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xwdg%2Fbuild-documentation/lists"}