We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We can use github actions to generate rust doc and then push to an gh-pages branch, so we can have a doc site.
gh-pages
We can learn from https://github.com/rust-analyzer/rust-analyzer/blob/master/.github/workflows/rustdoc.yaml and https://github.com/peaceiris/actions-gh-pages#1-add-ssh-deploy-key
Using this way we need to generate a ssh key pair for github actions so it can commit to this repository.
The text was updated successfully, but these errors were encountered:
What about using a repo like: https://github.com/casbin-rs/docs?
Sorry, something went wrong.
Resolved in #57
The docs has been put to: https://casbin.org/casbin-rs/casbin/
GopherJ
No branches or pull requests
We can use github actions to generate rust doc and then push to an
gh-pages
branch, so we can have a doc site.We can learn from https://github.com/rust-analyzer/rust-analyzer/blob/master/.github/workflows/rustdoc.yaml and https://github.com/peaceiris/actions-gh-pages#1-add-ssh-deploy-key
Using this way we need to generate a ssh key pair for github actions so it can commit to this repository.
The text was updated successfully, but these errors were encountered: