projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9c27cb
)
CI: enable jekyll for docs for overview README
author
Paul Spooren
<mail@aparcar.org>
Sat, 9 Oct 2021 09:35:42 +0000
(23:35 -1000)
committer
Paul Spooren
<mail@aparcar.org>
Sat, 9 Oct 2021 09:35:42 +0000
(23:35 -1000)
the overview README contains links for the client and server side API,
it's a markdown file and therefore requires jekyll to run.
Signed-off-by: Paul Spooren <mail@aparcar.org>
.github/workflows/jsdoc.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/jsdoc.yml
b/.github/workflows/jsdoc.yml
index b8cc3bc3b212d31180ac127defea895a477dc870..1160a2442122de422c251c430a2206502dc7812f 100644
(file)
--- a/
.github/workflows/jsdoc.yml
+++ b/
.github/workflows/jsdoc.yml
@@
-29,3
+29,4
@@
jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/
+ enable_jekyll: true