-
Notifications
You must be signed in to change notification settings - Fork 3
Add workflow automation to publish docs #24
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
Conversation
173cc67 to
af9e780
Compare
af9e780 to
7d44588
Compare
8edf198 to
50f7503
Compare
9ee81d5 to
5b60759
Compare
f844c86 to
ab50655
Compare
ab50655 to
77d3a9c
Compare
pguyot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think checkout was updated to version 5 but this can be a different PR
|
Maybe I should take care of that now, I didn't foresee needing to make any more changes to this repo for a while. Once this is merged I plan on doing another release, so we can get the documentation correction pushed to hex and use the new version for the rebar3 plugin deps. Ultimately it is a new release of the rebar plugin that I am working towards. |
Automates the publication of documentation to github pages when changes are merged to the master branch. This will keep the github pages in sync with the master barnch and users can use the docs published to hex.pm for release versions. Signed-off-by: Winford <[email protected]>
77d3a9c to
335a396
Compare
I went ahead and took care of this now. |
Automate the publication of documentation to github pages. This will keep github pages in sync with the master branch. Docs on hex.pm are avalaible for releases.