File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
2828 - name : Setup Pages
2929 id : pages
3030 uses : actions/configure-pages@v2
31- - name : Build with Jekyll
32- # Outputs to the './_site' directory by default
31+ - name : Build with Doxygen
3332 run : |
3433 cd Docs
3534 git submodule update --init
35+ ls ../Firmware/pico-ice-sdk/include/
3636 doxygen
3737 - name : Upload artifact
3838 uses : actions/upload-pages-artifact@v1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ PROJECT_BRIEF = RaspberryPi Pico with an iCE40 FPGA
33OPTIMIZE_OUTPUT_FOR_C = YES
44SHOW_FILES = NO
55SHOW_NAMESPACES = NO
6- INPUT = . .. /Firmware/pico-ice-sdk/include/
6+ INPUT = .. /Firmware/pico-ice-sdk/include/ . /
77IMAGE_PATH = images pinout
88USE_MDFILE_AS_MAINPAGE = index.md
99HTML_FOOTER = footer.html
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<doxygenlayout version =" 1.0" >
33 <navindex >
4- <tab type =" mainpage" title =" Home" />
5- <tab type =" pages" title =" Wiki" />
6- <tab type =" topics" title =" SDK API" />
7- <tab type =" user" title =" Examples" url =" https://github.com/tinyvision-ai-inc/pico-ice-sdk/tree/main/examples" />
8- <tab type =" user" title =" Git" url =" https://github.com/tinyvision-ai-inc/pico-ice" />
4+ <tab type =" mainpage" visible =" yes" title =" Home" />
5+ <tab type =" pages" visible =" yes" title =" Wiki" />
6+ <tab type =" topics" visible =" yes" title =" SDK API" />
7+ <tab type =" modules" visible =" yes" title =" SDK API" />
8+ <tab type =" user" visible =" yes" title =" Examples" url =" https://github.com/tinyvision-ai-inc/pico-ice-sdk/tree/main/examples" />
9+ <tab type =" user" visible =" yes" title =" Git" url =" https://github.com/tinyvision-ai-inc/pico-ice" />
910 </navindex >
1011</doxygenlayout >
You can’t perform that action at this time.
0 commit comments