Skip to content

Commit ca6f534

Browse files
gmarullcarlescufi
authored andcommitted
ci: deploy Sphinx content to the root folder
Prefer Sphinx content as the landing page, specially now that it contains API docs as well. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 4774bfb commit ca6f534

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
mkdir deploy
3333
mv _build_doxygen/html deploy/doxygen
34-
mv _build_sphinx/html deploy/sphinx
34+
mv _build_sphinx/html/* deploy
3535
3636
- name: Setup pages
3737
if: github.event_name != 'pull_request'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Zephyr Example Application
22

3-
<a href="https://zephyrproject-rtos.github.io/example-application/sphinx">
3+
<a href="https://zephyrproject-rtos.github.io/example-application">
44
<img alt="Documentation" src="https://img.shields.io/badge/documentation-3D578C?logo=sphinx&logoColor=white">
55
</a>
66
<a href="https://zephyrproject-rtos.github.io/example-application/doxygen">

0 commit comments

Comments
 (0)