{"id":189495,"name":null,"description":null,"url":"https://github.com/compas-dev/compas-actions.docs","last_synced_at":"2025-09-10T03:41:38.409Z","repository":{"id":44575882,"uuid":"357208107","full_name":"compas-dev/compas-actions.docs","owner":"compas-dev","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-02T15:49:22.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-08-08T17:50:57.665Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/compas-dev.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":"2021-04-12T13:39:29.000Z","updated_at":"2024-10-02T15:48:00.000Z","dependencies_parsed_at":"2023-11-24T12:29:04.693Z","dependency_job_id":"b73b61d0-2015-44e1-b2ea-c75846218ff8","html_url":"https://github.com/compas-dev/compas-actions.docs","commit_stats":{"total_commits":27,"total_committers":2,"mean_commits":13.5,"dds":0.07407407407407407,"last_synced_commit":"928cb4d61ab3132f5d29333b5ddb3070ed0abf97"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/compas-dev/compas-actions.docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compas-dev","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274407834,"owners_count":25279359,"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-09-10T02:00:12.551Z","response_time":83,"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"}},"owner":{"login":"compas-dev","name":"compas-dev","uuid":"31018118","kind":"organization","description":"COMPAS - an open source computational framework for research and collaboration in AEC","email":null,"website":"https://compas.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/31018118?v=4","repositories_count":45,"last_synced_at":"2024-04-16T01:12:02.189Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/compas-dev","funding_links":[],"total_stars":601,"followers":115,"following":0,"created_at":"2022-11-11T00:20:42.248Z","updated_at":"2024-04-16T01:12:21.417Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compas-dev","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compas-dev/repositories"},"packages":[{"id":5915439,"name":"compas-dev/compas-actions.docs","ecosystem":"actions","description":"Build docs for COMPAS or its plugins","homepage":null,"licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/compas-dev/compas-actions.docs","keywords_array":[],"namespace":"compas-dev","versions_count":24,"first_release_published_at":"2021-04-13T08:41:28.000Z","latest_release_published_at":"2024-10-02T15:47:51.000Z","latest_release_number":"v4.0.1","last_synced_at":"2025-05-18T10:01:50.091Z","created_at":"2023-01-21T00:12:51.592Z","updated_at":"2025-05-18T10:01:50.092Z","registry_url":"https://github.com/compas-dev/compas-actions.docs","install_command":null,"documentation_url":null,"metadata":{"name":"compas-actions.docs","description":"Build docs for COMPAS or its plugins","inputs":{"doc_url":{"description":"custom url of the docs site, otherwise default gh-pages url of the repo","required":false},"github_token":{"description":"the github token for publishing docs","required":true},"test_docs":{"description":"whether to test docstrings in this action.","required":false,"default":"true"},"python":{"description":"which python version to build docs with","required":false,"default":"3.10"},"use_conda":{"description":"whether to build docs with conda","required":false,"default":"false"},"use_virtual_display":{"description":"allow using virtual display on linux when matplotlab is imported","required":false,"default":"false"},"use_latex":{"description":"install dependencies for LaTex","required":false,"default":"false"}},"outputs":{"commit_type":{"description":"The type of this commit: main, pull or tag","value":"${{ steps.docs.outputs.commit_type }}"},"current_version":{"description":"The version number if the commit is tag","value":"${{ steps.docs.outputs.current_version }}"},"subfolder":{"description":"The subfolder name where the docs are built to","value":"${{ steps.docs.outputs.subfolder }}"}},"runs":{"using":"composite","steps":[{"uses":"actions/checkout@v4"},{"shell":"bash -l {0}","run":"if [[ ${{ runner.os }} == \"Linux\" ]]; then\n  sudo apt-get install graphviz\nfi\n"},{"shell":"bash -l {0}","run":"if [[ ${{ inputs.use_virtual_display }} == \"true\" ]]; then\n  sudo apt-get install libqt5gui5 libqt5widgets5 qt5-default xvfb\n  Xvfb :99 -screen 0 1024x768x24 \u0026\n  echo \"DISPLAY=:99.0\" \u003e\u003e $GITHUB_ENV\nfi\n"},{"shell":"bash -l {0}","run":"if [[ ${{ inputs.use_latex }} == \"true\" ]]; then\n  sudo apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra dvipng\nfi\n"},{"uses":"compas-dev/compas-actions.build@v4","with":{"invoke_test":false,"use_conda":"${{ inputs.use_conda }}","python":"${{ inputs.python }}"}},{"shell":"bash -l {0}","run":"if [[ ${{ inputs.test_docs }} == \"true\" ]]; then\n  invoke testdocs\nfi\n\ninvoke docs\n"},{"shell":"bash -l {0}","id":"docs","run":"# Get branch/tag/latest name from git\nGITHUB_REF_REGEX=\"tags/v[0-9]{1,2}\\.[0-9]{1,2}\\.[0-9]{1,2}(-[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*)?(rc[0-9]{1,2})?|(pull/[0-9]+)|heads/main|heads/COMPAS-1\\.x\\.LTS\"\nif [[ $GITHUB_REF =~ $GITHUB_REF_REGEX ]]; then\n    if [[ $BASH_REMATCH = pull* ]]; then\n        echo This is a pull request\n        FOLDER_NAME=pull_${BASH_REMATCH##*/}\n        echo \"commit_type=pull\" \u003e\u003e $GITHUB_OUTPUT\n    elif [[ $BASH_REMATCH = tags/* ]]; then\n        echo This is a version tag\n        FOLDER_NAME=${BASH_REMATCH##*/v}\n        echo \"commit_type=tag\" \u003e\u003e $GITHUB_OUTPUT\n        echo \"current_version=$FOLDER_NAME\" \u003e\u003e $GITHUB_OUTPUT\n    elif [[ $BASH_REMATCH = heads/COMPAS-1.x.LTS ]]; then\n        echo This is a commit to the COMPAS-1.x.LTS branch\n        FOLDER_NAME=1.x.LTS\n        echo \"commit_type=COMPAS-1.x.LTS\" \u003e\u003e $GITHUB_OUTPUT\n    else\n        echo This is a commit to main branch\n        FOLDER_NAME=latest\n        echo \"commit_type=main\" \u003e\u003e $GITHUB_OUTPUT\n\n    fi;\nfi;\n\nmkdir -p deploy/$FOLDER_NAME\nmv dist/docs/* deploy/$FOLDER_NAME/\necho \"subfolder=$FOLDER_NAME\" \u003e\u003e $GITHUB_OUTPUT\necho \"Docs is built at deploy/$FOLDER_NAME/\"\n"},{"name":"Deploy docs","if":"success() \u0026\u0026 steps.docs.outputs.commit_type != 'pull'","uses":"crazy-max/ghaction-github-pages@v2","with":{"target_branch":"gh-pages","build_dir":"deploy","keep_history":true},"env":{"GITHUB_TOKEN":"${{ inputs.github_token }}"}},{"uses":"actions/checkout@v4","if":"success() \u0026\u0026 steps.docs.outputs.commit_type == 'tag'","with":{"ref":"gh-pages"}},{"uses":"compas-dev/compas-actions.docversions@v3","if":"success() \u0026\u0026 steps.docs.outputs.commit_type == 'tag'","with":{"doc_url":"${{ inputs.doc_url }}","only_keep_latest_patch":true}},{"name":"Update docs site","if":"success() \u0026\u0026 steps.docs.outputs.commit_type == 'tag'","uses":"crazy-max/ghaction-github-pages@v2","with":{"target_branch":"gh-pages","build_dir":"./","keep_history":false},"env":{"GITHUB_TOKEN":"${{ inputs.github_token }}"}}]},"default_branch":"main","path":null},"repo_metadata":{"id":44575882,"uuid":"357208107","full_name":"compas-dev/compas-actions.docs","owner":"compas-dev","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-28T09:03:48.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-09-07T04:19:18.258Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/compas-dev.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}},"created_at":"2021-04-12T13:39:29.000Z","updated_at":"2023-12-07T15:35:17.000Z","dependencies_parsed_at":"2023-11-24T12:29:04.693Z","dependency_job_id":"b73b61d0-2015-44e1-b2ea-c75846218ff8","html_url":"https://github.com/compas-dev/compas-actions.docs","commit_stats":{"total_commits":27,"total_committers":2,"mean_commits":13.5,"dds":0.07407407407407407,"last_synced_commit":"928cb4d61ab3132f5d29333b5ddb3070ed0abf97"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compas-dev","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219869217,"owners_count":16555544,"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"},"owner_record":{"login":"compas-dev","name":"compas-dev","uuid":"31018118","kind":"organization","description":"COMPAS - an open source computational framework for research and collaboration in AEC","email":null,"website":"https://compas.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/31018118?v=4","repositories_count":45,"last_synced_at":"2024-04-16T01:12:02.189Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/compas-dev","funding_links":[],"total_stars":601,"followers":115,"following":0,"created_at":"2022-11-11T00:20:42.248Z","updated_at":"2024-04-16T01:12:21.417Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compas-dev","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compas-dev/repositories"},"tags":[{"name":"v4.0.1","sha":"22a9c61e216848ca28ffab41fbbab0ccd326e79e","kind":"commit","published_at":"2024-10-02T15:47:51.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v4.0.1","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v4.0.1","dependencies_parsed_at":"2024-10-05T10:58:31.620Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v4.0.1/manifests"},{"name":"v4","sha":"daf80a0a88122a4ffac0edad978f10a88be1677f","kind":"commit","published_at":"2024-02-28T09:03:32.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v4","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v4","dependencies_parsed_at":"2024-03-01T04:22:36.819Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v4/manifests"},{"name":"v4.0.0","sha":"daf80a0a88122a4ffac0edad978f10a88be1677f","kind":"commit","published_at":"2024-02-28T09:03:32.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v4.0.0","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v4.0.0","dependencies_parsed_at":"2024-10-05T10:58:31.621Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v4.0.0/manifests"},{"name":"v3.0.1","sha":"41566db60380bc176494ca436d881a0c55d4908f","kind":"commit","published_at":"2024-01-25T09:28:27.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v3.0.1","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v3.0.1","dependencies_parsed_at":"2024-01-28T04:48:54.065Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"794d7a1f2e405ac44982b6937be80aef7bef4e7a","kind":"commit","published_at":"2023-11-24T17:21:12.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v3.0.0","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v3.0.0","dependencies_parsed_at":"2023-11-26T04:12:37.483Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v3.0.0/manifests"},{"name":"v3","sha":"03ce6cbba29daa69f6e50681c170da78bfb6db23","kind":"commit","published_at":"2023-11-24T11:21:42.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v3","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v3","dependencies_parsed_at":"2023-11-26T04:12:37.483Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v3/manifests"},{"name":"v2.3.0","sha":"5745477f315c1d523cdb8503e40b8bee22bf4e17","kind":"commit","published_at":"2023-09-28T19:59:56.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v2.3.0","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v2.3.0","dependencies_parsed_at":"2023-09-30T05:38:41.877Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v2.3.0/manifests"},{"name":"v2.2.1","sha":"c1e34133fb61945212fdca12a512f10c853e11f0","kind":"commit","published_at":"2023-04-18T17:05:53.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v2.2.1","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v2.2.1","dependencies_parsed_at":"2023-06-02T11:51:04.552Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"206a52562478d7f27ef955714d0a275c6d540ffc","kind":"commit","published_at":"2023-03-25T10:14:55.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v2.2.0","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v2.2.0","dependencies_parsed_at":"2023-06-02T11:51:04.694Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"a9f2b96610369d81155c3af8a4b972d1b7951807","kind":"commit","published_at":"2023-03-23T12:22:12.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v2.1.0","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v2.1.0","dependencies_parsed_at":"2023-06-02T11:51:04.841Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"9d43b1e11bc3706f0971498924ff452b474347ae","kind":"commit","published_at":"2023-03-23T10:56:49.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v2.0.1","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v2.0.1","dependencies_parsed_at":"2023-06-02T11:51:04.990Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"928cb4d61ab3132f5d29333b5ddb3070ed0abf97","kind":"commit","published_at":"2022-10-25T15:32:22.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v2.0.0","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v2.0.0","dependencies_parsed_at":"2023-06-02T11:51:05.138Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v2.0.0/manifests"},{"name":"v2","sha":"928cb4d61ab3132f5d29333b5ddb3070ed0abf97","kind":"commit","published_at":"2022-10-25T15:32:22.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v2","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v2","dependencies_parsed_at":"2023-06-01T13:42:04.348Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v2/manifests"},{"name":"latest","sha":"efb6a697ff9d66727466b7079174364c12c1c4a8","kind":"commit","published_at":"2022-10-19T18:55:06.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/latest","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/latest","dependencies_parsed_at":"2023-06-01T13:42:04.480Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/latest","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/latest/manifests"},{"name":"v1.5.0","sha":"c8cf03af8cffcc29cdf7520517df20a064c87789","kind":"commit","published_at":"2022-10-18T12:46:14.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v1.5.0","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v1.5.0","dependencies_parsed_at":"2023-06-01T13:42:04.612Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.5.0/manifests"},{"name":"v1.4.1","sha":"b12ad0b67cabebba950e72e7e040783cacae7f12","kind":"commit","published_at":"2022-02-07T10:42:29.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v1.4.1","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v1.4.1","dependencies_parsed_at":"2023-05-31T01:09:50.272Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"339ae03f3ca071d5d2afa1966de4d7cffab93949","kind":"commit","published_at":"2022-02-07T10:11:26.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v1.4.0","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v1.4.0","dependencies_parsed_at":"2023-05-30T23:19:16.858Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"a5aead6d36d06263e7a7bf1544d95ebdad9e7e0f","kind":"commit","published_at":"2022-01-26T09:25:37.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v1.3.0","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v1.3.0","dependencies_parsed_at":"2023-05-31T01:09:50.400Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"a9742e43bc1c4d8891ff14d146b7aed173856c23","kind":"commit","published_at":"2021-09-09T10:08:58.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v1.2.1","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v1.2.1","dependencies_parsed_at":"2023-05-31T01:09:50.531Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"9cd3d12e634bf698c5280e4e833cd614bb97edc5","kind":"commit","published_at":"2021-09-07T15:23:12.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v1.2.0","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v1.2.0","dependencies_parsed_at":"2023-05-31T01:09:50.692Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"679c82cc87b93bcb643e3d8d9c86d0ad2ffa3969","kind":"commit","published_at":"2021-09-01T09:06:08.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v1.1.0","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-31T01:09:50.824Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"5ea7867a39078a71810714b68b29e3c7c6d2e6eb","kind":"commit","published_at":"2021-05-05T14:23:21.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v1.0.2","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-31T01:09:50.958Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"0d1f5ea25bd6651c7675eeeb87020a24269a16a2","kind":"commit","published_at":"2021-05-04T10:08:41.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v1.0.1","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T01:09:51.092Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"05cc1327af053a179fe1c7a7994268afcf4c8410","kind":"commit","published_at":"2021-04-13T08:41:28.000Z","download_url":"https://codeload.github.com/compas-dev/compas-actions.docs/tar.gz/v1.0.0","html_url":"https://github.com/compas-dev/compas-actions.docs/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T01:09:51.226Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2024-10-07T04:49:39.065Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":18,"rankings":{"downloads":null,"dependent_repos_count":9.741720804943748,"dependent_packages_count":0.0,"stargazers_count":48.30613215021391,"forks_count":35.132308667406114,"docker_downloads_count":null,"average":23.295040405640943},"purl":"pkg:githubactions/compas-dev/compas-actions.docs","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/compas-dev/compas-actions.docs","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/compas-dev/compas-actions.docs","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/compas-dev/compas-actions.docs/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-03-28T14:06:45.953Z","issues_count":0,"pull_requests_count":2,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":105656.5,"issues_closed_count":0,"pull_requests_closed_count":2,"pull_request_authors_count":1,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":1.0,"merged_pull_requests_count":2,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/issues","maintainers":[{"login":"gonzalocasas","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gonzalocasas"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/compas-dev%2Fcompas-actions.docs/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/compas-dev%2Fcompas-actions.docs/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/compas-dev%2Fcompas-actions.docs/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/compas-dev%2Fcompas-actions.docs/related_packages","maintainers":[],"registry":{"name":"github actions","url":"https://github.com/marketplace/actions/","ecosystem":"actions","default":true,"packages_count":32195,"maintainers_count":0,"namespaces_count":20211,"keywords_count":6162,"github":"actions","metadata":{"funded_packages_count":2688},"icon_url":"https://github.com/actions.png","created_at":"2023-01-03T17:16:39.185Z","updated_at":"2025-09-09T05:58:17.676Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/namespaces"}}],"commits":{"id":480246,"full_name":"compas-dev/compas-actions.docs","default_branch":"main","committers":[{"name":"Licini","email":"leochen1990@gmail.com","login":"Licini","count":40},{"name":"Gonzalo Casas","email":"casas@arch.ethz.ch","login":"gonzalocasas","count":2}],"total_commits":42,"total_committers":2,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":21.0,"dds":0.04761904761904767,"past_year_committers":[{"name":"Licini","email":"leochen1990@gmail.com","login":"Licini","count":1}],"past_year_total_commits":1,"past_year_total_committers":1,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":1.0,"past_year_dds":0.0,"last_synced_at":"2025-08-08T17:06:55.436Z","last_synced_commit":"22a9c61e216848ca28ffab41fbbab0ccd326e79e","created_at":"2023-03-09T01:22:38.267Z","updated_at":"2025-08-08T17:06:55.436Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-10T00:25:43.995Z","repositories_count":5545114,"commits_count":878229909,"contributors_count":32458717,"owners_count":919815,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"compas-dev/compas-actions.docs","html_url":"https://github.com/compas-dev/compas-actions.docs","last_synced_at":"2025-08-09T17:29:09.125Z","status":"error","issues_count":0,"pull_requests_count":2,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":105656.5,"issues_closed_count":0,"pull_requests_closed_count":2,"pull_request_authors_count":1,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":1.0,"merged_pull_requests_count":2,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-11T00:53:57.324Z","updated_at":"2025-08-09T17:29:09.125Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas-actions.docs/issues","issue_labels_count":{},"pull_request_labels_count":{},"issue_author_associations_count":{},"pull_request_author_associations_count":{"MEMBER":2},"issue_authors":{},"pull_request_authors":{"gonzalocasas":2},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-10T00:00:25.260Z","repositories_count":10197629,"issues_count":32206487,"pull_requests_count":101687211,"authors_count":10742123,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{},"past_year_issue_authors":{},"past_year_pull_request_authors":{},"maintainers":[{"login":"gonzalocasas","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gonzalocasas"}],"active_maintainers":[]},"events":{"total":{},"last_year":{}},"keywords":[],"dependencies":[{"ecosystem":"actions","filepath":"action.yml","sha":null,"kind":"manifest","created_at":"2023-01-20T05:47:53.680Z","updated_at":"2023-01-20T05:47:53.680Z","repository_link":"https://github.com/compas-dev/compas-actions.docs/blob/main/action.yml","dependencies":[{"id":7054430027,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7054430028,"package_name":"compas-dev/compas-actions.build","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7054430029,"package_name":"crazy-max/ghaction-github-pages","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7054430030,"package_name":"compas-dev/compas-actions.docversions","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]}],"score":3.58351893845611,"created_at":"2025-09-09T03:00:24.536Z","updated_at":"2025-10-07T08:42:14.797Z","avatar_url":"https://github.com/compas-dev.png","language":null,"category":null,"sub_category":null,"monthly_downloads":0,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/189495","html_url":"https://science.ecosyste.ms/projects/189495"}