From ca6f53415f3cd0802621cd9d2f7828d4c871aa99 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Wed, 10 Apr 2024 12:08:30 +0200 Subject: [PATCH] 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 --- .github/workflows/docs.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6efe42da..54f7b649 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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' diff --git a/README.md b/README.md index 897db76e..9e923963 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Zephyr Example Application - + Documentation