mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-27 11:57:48 +08:00
fix(docs): update output paths in compile_docs workflow
This commit is contained in:
committed by
GitHub
parent
cfd60cead1
commit
da0d29b4cd
@@ -84,8 +84,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npx doxymark \
|
npx doxymark \
|
||||||
--input docs/doxygen/xml \
|
--input docs/doxygen/xml \
|
||||||
--output docs/api \
|
--output docs/src/api \
|
||||||
--index docs/api-index.json \
|
--index docs/src/api-index.json \
|
||||||
--preset fumadocs \
|
--preset fumadocs \
|
||||||
--auto-group \
|
--auto-group \
|
||||||
--source-url https://github.com/lvgl/lvgl/tree/${{ github.sha }}/src
|
--source-url https://github.com/lvgl/lvgl/tree/${{ github.sha }}/src
|
||||||
@@ -104,7 +104,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npx -p @lvgl/examples-generator lvgl-examples-gen \
|
npx -p @lvgl/examples-generator lvgl-examples-gen \
|
||||||
--src examples \
|
--src examples \
|
||||||
--out docs/examples
|
--out docs/src/examples
|
||||||
|
|
||||||
- name: Retrieve version
|
- name: Retrieve version
|
||||||
id: version
|
id: version
|
||||||
|
|||||||
Reference in New Issue
Block a user