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