diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f7e42ef018c..242bf81fe82 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -43,5 +43,9 @@ jobs: with: dependency-versions: "highest" + - name: "Add dummy title to the sidebar" + run: | + printf '%s\n%s\n\n%s\n' "Dummy title" "===========" "$(cat docs/en/sidebar.rst)" > docs/en/sidebar.rst + - name: "Run guides-cli" run: "vendor/bin/guides -vvv --no-progress docs/en /tmp/test 2>&1 | ( ! grep WARNING )" diff --git a/docs/en/sidebar.rst b/docs/en/sidebar.rst index 0430bcc7504..c41e758d4b6 100644 --- a/docs/en/sidebar.rst +++ b/docs/en/sidebar.rst @@ -1,3 +1,6 @@ +Dummy title +=========== + .. toc:: .. tocheader:: Tutorials