rlogiacco / CircularBuffer

Arduino circular buffer library
GNU Lesser General Public License v3.0
312 stars 85 forks source link

Autogenerate and deploy API documentation #64

Closed abhaybd closed 2 years ago

abhaybd commented 2 years ago

This PR creates a GitHub Action that generates documentation for the library and deploys it to GitHub Pages.

After this PR is merged, GitHub pages needs to enabled on the repository in order for the documentation to be hosted. The source directory should be configured as the repo root, and the jekyll theme should be set to any arbitrary option, since it doesn't matter.