Github action for doc Build#1
Conversation
|
@Frenzie When tis is finished it should allow us to call it from koreaders action without having to create secrets etc. |
| container: | ||
| image: koreader/koappimage:0.1.8 | ||
| # for now until docker crash fixed | ||
| #image: koreader/koappimage:0.2.2 |
There was a problem hiding this comment.
It doesn't really matter, but I doubt ldoc crashes?
|
I don't think I can run workflows on your fork. Since git and ldoc is all we need here, it might be a lot easier to get it working if we drop all the scaffolding? |
It is a manual workflow so i have to trigger it. I thought i had gotten rid of docker :) works much better now. |
|
|
||
| pushd ../koreader/doc && { | ||
| ldoc . | ||
| whoami |
|
|
||
| steps: | ||
| # make sure we have git >= 2.18 so github checkout behaves | ||
| - name: Update ldoc |
|
Thanks for the help, I found a better way to do this will post back in koreader |
I am trying a test so we can run this localy triggered by koreader build
This change is