{"id":16148922,"url":"https://github.com/erriez/erriezgithubactionsplatformiodoxygen","last_synced_at":"2026-04-13T13:06:16.646Z","repository":{"id":57530830,"uuid":"527220102","full_name":"Erriez/ErriezGithubActionsPlatformIODoxygen","owner":"Erriez","description":"Erriez Github Actions CI build with PlatformIO and generate Doxygen gh-pages and PDF","archived":false,"fork":false,"pushed_at":"2023-01-01T01:14:33.000Z","size":956,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T23:05:08.736Z","etag":null,"topics":["actions","arduino","build","ci","doxygen","github","issues","library","platformio","pull-request","templates"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Erriez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-21T13:49:58.000Z","updated_at":"2022-08-21T14:57:39.000Z","dependencies_parsed_at":"2023-01-31T20:10:24.096Z","dependency_job_id":null,"html_url":"https://github.com/Erriez/ErriezGithubActionsPlatformIODoxygen","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/Erriez/ErriezGithubActionsPlatformIODoxygen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erriez%2FErriezGithubActionsPlatformIODoxygen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erriez%2FErriezGithubActionsPlatformIODoxygen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erriez%2FErriezGithubActionsPlatformIODoxygen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erriez%2FErriezGithubActionsPlatformIODoxygen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Erriez","download_url":"https://codeload.github.com/Erriez/ErriezGithubActionsPlatformIODoxygen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erriez%2FErriezGithubActionsPlatformIODoxygen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","arduino","build","ci","doxygen","github","issues","library","platformio","pull-request","templates"],"created_at":"2024-10-10T00:35:17.507Z","updated_at":"2026-04-13T13:06:16.609Z","avatar_url":"https://github.com/Erriez.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Licence MIT](https://img.shields.io/badge/license-MIT-green)](https://github.com/Erriez/ErriezGithubActionsPlatformIODoxygen/blob/main/LICENSE)\n[![Language C/C++](https://img.shields.io/badge/language-C%2FC%2B%2B-informational)](https://github.com/Erriez/ErriezGithubActionsPlatformIODoxygen)\n[![Release tag](https://img.shields.io/github/v/release/Erriez/ErriezGithubActionsPlatformIODoxygen?display_name=tag)](https://github.com/Erriez/ErriezGithubActionsPlatformIODoxygen/releases)\n[![Open issue](https://shields.io/github/issues-raw/Erriez/ErriezGithubActionsPlatformIODoxygen)](https://github.com/Erriez/ErriezGithubActionsPlatformIODoxygen/issues)\n[![PlatformIO CI](https://github.com/Erriez/ErriezGithubActionsPlatformIODoxygen/actions/workflows/actions.yml/badge.svg)](https://github.com/Erriez/ErriezGithubActionsPlatformIODoxygen/actions/workflows/actions.yml)\n\n# Erriez Arduino Github Actions Template\n\nThis is a template repository for Erriez Arduino libraries to test Github Actions with PlatformIO and Doxygen.\n\n## Files and Directories\n* `src/`, `examples/`, `keywords.txt` and `library.properties`:\n    - Minimum Arduino template library (doing nothing special).\n* `Doxygen`:\n    - Doxygen configuration file.\n* `.auto-build.sh`:\n    - Bash script to build Arduino libary with PlatformIO and Doxygen HTML/PDF on Linux.\n* `.github/ISSUE_TEMPLATE/*.yaml`: \n    - [Github issue templates](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms) to enforce user to enter relevant information.\n* `.github/PULL_REQUESTS_TEMPLATE.md`: \n    - [Github pull request template](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository). Note: `yaml` format is not supported yet.\n* `.github/worksflows/actions.yml`:\n    - [Github Actions](https://docs.github.com/en/actions) to build Arduino library with PlatformIO and deploy Doxygen HTML to `gh-pages`.\n\n## Github Project Configuration\n\n- `Project Settings`:\n    - `General`:\n        - Check: `Issues`\n    - `Actions | General`:\n        - Customize for your needs\n    - `Pages`:\n        - Source: `Deploy from a branch`\n        - Branch: `gh-pages`, `/ (root)`\n\nGithub documentation to configure permissions [secrets.GITHUB_TOKEN](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token).\n\n## Generated Arduino Library Doxygen Documenation\n\n* [Online Doxygen HTML](https://erriez.github.io/ErriezGithubActionsPlatformIODoxygen/index.html)\n* [Doxygen PDF](https://github.com/Erriez/ErriezGithubActionsPlatformIODoxygen/blob/gh-pages/ErriezTemplateLibrary.pdf)\n\n## MIT License\n\nThis project is published under [MIT license](https://github.com/Erriez/ErriezGithubActionsPlatformIODoxygen/blob/main/LICENSE)\nwith an additional end user agreement (next section).\n\n## End User Agreement :ukraine:\n\nEnd users shall accept the [End User Agreement](https://github.com/Erriez/ErriezGithubActionsPlatformIODoxygen/blob/main/END_USER_AGREEMENT.md)\nholding export restrictions to Russia to stop the WAR before using this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferriez%2Ferriezgithubactionsplatformiodoxygen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferriez%2Ferriezgithubactionsplatformiodoxygen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferriez%2Ferriezgithubactionsplatformiodoxygen/lists"}