fix(docs): update output paths in compile_docs workflow

This commit is contained in:
Gabor Kiss-Vamosi
2026-04-23 10:18:28 +02:00
committed by GitHub
parent cfd60cead1
commit da0d29b4cd
+3 -3
View File
@@ -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