Skip to content

Commit

Permalink
Merge pull request #10824 from greg0ire/fix-build
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Jul 11, 2023
2 parents ec7a8a7 + 450cae2 commit 1413b49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 )"
3 changes: 3 additions & 0 deletions docs/en/sidebar.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Dummy title
===========

.. toc::

.. tocheader:: Tutorials
Expand Down

0 comments on commit 1413b49

Please sign in to comment.