Skip to content

Commit 2eb5562

Browse files
committed
debug workflow
1 parent 09e3ee5 commit 2eb5562

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PROJECT_BRIEF = RaspberryPi Pico with an iCE40 FPGA
33
OPTIMIZE_OUTPUT_FOR_C = YES
44
SHOW_FILES = NO
55
SHOW_NAMESPACES = NO
6-
INPUT = . ../Firmware/pico-ice-sdk/include/
6+
INPUT = ../Firmware/pico-ice-sdk/include/ ./
77
IMAGE_PATH = images pinout
88
USE_MDFILE_AS_MAINPAGE = index.md
99
HTML_FOOTER = footer.html

Docs/DoxygenLayout.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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>

0 commit comments

Comments
 (0)