Skip to content
New issue

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

Use github actions to auto generate rust doc #33

Closed
xcaptain opened this issue Dec 23, 2019 · 3 comments
Closed

Use github actions to auto generate rust doc #33

xcaptain opened this issue Dec 23, 2019 · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@xcaptain
Copy link
Contributor

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.

@hsluoyz
Copy link
Member

hsluoyz commented Dec 24, 2019

What about using a repo like: https://github.com/casbin-rs/docs?

@PsiACE PsiACE mentioned this issue Feb 16, 2020
@GopherJ GopherJ closed this as completed Feb 16, 2020
@GopherJ
Copy link
Member

GopherJ commented Feb 16, 2020

Resolved in #57

@hsluoyz
Copy link
Member

hsluoyz commented Feb 16, 2020

The docs has been put to: https://casbin.org/casbin-rs/casbin/

@hsluoyz hsluoyz added the documentation Improvements or additions to documentation label Feb 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants