{"id":15057786,"url":"https://github.com/w3c/spec-prod","last_synced_at":"2026-03-04T08:07:20.661Z","repository":{"id":39751042,"uuid":"288232867","full_name":"w3c/spec-prod","owner":"w3c","description":"GitHub Action to build ReSpec/Bikeshed specs, validate output and publish to GitHub pages or W3C","archived":false,"fork":false,"pushed_at":"2026-02-26T11:07:02.000Z","size":450,"stargazers_count":40,"open_issues_count":46,"forks_count":26,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-02-26T16:23:07.579Z","etag":null,"topics":["bikeshed","echidna","github-actions","github-pages","hacktoberfest","respec","spec-generator","validator","w3c"],"latest_commit_sha":null,"homepage":"https://w3c.github.io/spec-prod/","language":"TypeScript","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/w3c.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-08-17T16:38:48.000Z","updated_at":"2026-02-26T11:03:42.000Z","dependencies_parsed_at":"2024-01-23T21:14:06.651Z","dependency_job_id":"632f5b8a-665d-4d16-8120-6c7993971fb3","html_url":"https://github.com/w3c/spec-prod","commit_stats":{"total_commits":220,"total_committers":12,"mean_commits":"18.333333333333332","dds":0.4636363636363636,"last_synced_commit":"d837f297c286e628899543c8b3989a3b86fdbdb6"},"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"purl":"pkg:github/w3c/spec-prod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3c%2Fspec-prod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3c%2Fspec-prod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3c%2Fspec-prod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3c%2Fspec-prod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/w3c","download_url":"https://codeload.github.com/w3c/spec-prod/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3c%2Fspec-prod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30076000,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"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":["bikeshed","echidna","github-actions","github-pages","hacktoberfest","respec","spec-generator","validator","w3c"],"created_at":"2024-09-24T22:11:44.972Z","updated_at":"2026-03-04T08:07:20.651Z","avatar_url":"https://github.com/w3c.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spec Prod | [Documentation 📘](https://w3c.github.io/spec-prod/)\n\nThis GitHub Action lets you:\n\n- Build [ReSpec](https://github.com/w3c/respec) and [Bikeshed](https://github.com/tabatkins/bikeshed) specs.\n- Validate generated document's markup and check for broken hyperlinks.\n- Publish generated spec to GitHub Pages and/or w3.org (using Echidna).\n\n## Basic Usage\n\nDuring a pull request, the action:\n\n- figures out if you're using ReSpec (`index.html`) or Bikeshed (`index.bs`)\n- converts the ReSpec/Bikeshed source document to regular HTML\n- runs broken hyperlink checker, and validate markup using W3C nu validator\n\nAdditionally, if a commit is pushed to the \"main\" branch, the action deploys the built specification to /TR/.\n\n```yml\n# .github/workflows/auto-publish.yml\nname: CI\non:\n  pull_request: {}\n  push:\n    branches: [main]\njobs:\n  main:\n    name: Build, Validate and Deploy\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v6\n      - uses: w3c/spec-prod@v2\n        with:\n          W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}\n          # Replace following with appropriate value. See options.md for details.\n          W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-group/2014JulSep/1234.html\n          # Usually, you want the following set too...\n          W3C_BUILD_OVERRIDE: |\n            shortName: your-specs-shortname-here\n            specStatus: WD\n```\n\n## More examples\n\nLearn from [usage examples](docs/examples.md), including:\n\n- [Run as a validator on pull requests](docs/examples.md#run-as-a-validator-on-pull-requests)\n- [Deploy to GitHub pages](docs/examples.md#deploy-to-github-pages)\n- And more...\n\n## Options\n\nRead more about [the available options](docs/options.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw3c%2Fspec-prod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fw3c%2Fspec-prod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw3c%2Fspec-prod/lists"}