{"id":24285959,"url":"https://github.com/g1j0shi/swift-doc-deployment","last_synced_at":"2026-05-18T10:10:42.468Z","repository":{"id":270988294,"uuid":"912085816","full_name":"G1J0SHI/Swift-Doc-Deployment","owner":"G1J0SHI","description":"Deploys the Swift documentation to GitHub pages.","archived":false,"fork":false,"pushed_at":"2026-01-12T13:58:13.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T20:15:23.926Z","etag":null,"topics":["deployment","githib-pages","github-actions","publishing","swift"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/swift-doc-deployment","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/G1J0SHI.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-04T15:08:38.000Z","updated_at":"2026-01-12T13:52:25.000Z","dependencies_parsed_at":"2025-01-04T16:20:54.904Z","dependency_job_id":"cfa276b3-74ca-40e9-ae6d-cafc25ba8a3a","html_url":"https://github.com/G1J0SHI/Swift-Doc-Deployment","commit_stats":null,"previous_names":["g1joshi/swift-doc-deployment"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/G1J0SHI/Swift-Doc-Deployment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G1J0SHI%2FSwift-Doc-Deployment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G1J0SHI%2FSwift-Doc-Deployment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G1J0SHI%2FSwift-Doc-Deployment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G1J0SHI%2FSwift-Doc-Deployment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/G1J0SHI","download_url":"https://codeload.github.com/G1J0SHI/Swift-Doc-Deployment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G1J0SHI%2FSwift-Doc-Deployment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33174091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"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":["deployment","githib-pages","github-actions","publishing","swift"],"created_at":"2025-01-16T07:18:12.843Z","updated_at":"2026-05-18T10:10:42.463Z","avatar_url":"https://github.com/G1J0SHI.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Action\n\n## Swift Doc Deployment\n\n### Deploys the Swift documentation to GitHub pages.\n\n#### Setup\n\nBefore using this action, enable GitHub Pages in your repository:\n\n1. Go to your repository **Settings**\n2. Navigate to **Pages** in the left sidebar\n3. Under **Build and deployment**, set **Source** to **GitHub Actions**\n\n#### Usage\n\n```yml\nname: \"Swift Doc Deployment\"\n\non: [push]\n\njobs:\n  deploy:\n    runs-on: macos-latest\n    permissions:\n      pages: write\n      id-token: write\n    environment:\n      name: github-pages\n      url: ${{ steps.cicd.outputs.page-url }}\n    steps:\n      - uses: g1j0shi/swift-doc-deployment@main\n        id: cicd\n```\n\n#### Input\n\n| Name   | Description                                         | Required | Default |\n| ------ | --------------------------------------------------- | -------- | ------- |\n| target | The Swift package target to generate documentation. | true     | -       |\n\n#### Output\n\n| Name     | Description                           |\n| -------- | ------------------------------------- |\n| page-url | URL of the deployed GitHub Pages site |\n\n#### Example\n\n```yml\n      ...\n      - uses: g1j0shi/swift-doc-deployment@main\n        id: cicd\n        with:\n          target: \"SwiftPackage\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg1j0shi%2Fswift-doc-deployment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fg1j0shi%2Fswift-doc-deployment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg1j0shi%2Fswift-doc-deployment/lists"}