Skip to content

Commit

Permalink
ci: deploy Sphinx content to the root folder
Browse files Browse the repository at this point in the history
Prefer Sphinx content as the landing page, specially now that it
contains API docs as well.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
  • Loading branch information
gmarull authored and carlescufi committed Apr 11, 2024
1 parent 4774bfb commit ca6f534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
mkdir deploy
mv _build_doxygen/html deploy/doxygen
mv _build_sphinx/html deploy/sphinx
mv _build_sphinx/html/* deploy
- name: Setup pages
if: github.event_name != 'pull_request'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Zephyr Example Application

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

0 comments on commit ca6f534

Please sign in to comment.