From 1c63d6f0aa76eeb97eccfd58ffbb7c548eaacd80 Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Mon, 19 Aug 2024 10:12:42 +1000 Subject: [PATCH] try w tutorials --- .github/workflows/sphinx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index f52727e..df3b661 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -29,5 +29,5 @@ jobs: sudo apt-get install -y pandoc - name: Ensure sphinx builds (warnings allowed) run: | - cp -r Recipes/ docs/ + cp -r Tutorials/ docs/ make -C docs html O=-n