valentinegb / openai

An unofficial Rust library for the OpenAI API.
https://crates.io/crates/openai/
MIT License
61 stars 18 forks source link

Host documentation on GitHub Pages #26

Closed valentinegb closed 1 year ago

valentinegb commented 1 year ago

Problem

Documentation cannot be hosted on docs.rs because the project requires an API key to build.

Solution

Create a GitHub action that builds the documentation and hosts it with GitHub Pages.

Alternatives

No response