aticu / pre

A rust crate to offer compile-time assistance for working with unsafe code.
Apache License 2.0
121 stars 1 forks source link

ci(docs): add workflow for auto. doc generation #28

Open mainrs opened 4 years ago

mainrs commented 4 years ago

This PR adds a GitHub Actions workflow file to automatically generate documentation for each push to the master branch. The documentation is pushed to the gh-pages branch. The code is taken from a GitHub template that I use for my libraries: https://github.com/SirWindfield/zerotask-rust-lib-template

aticu commented 4 years ago

Thanks! I have never used GitHub Pages before. I'll look into it when I have the time (most likely after the thesis is due).

mainrs commented 4 years ago

No problem! IIRC it should actually work out of the box :) And good luck with your thesis :)