From cb2bf31b6962b091a54923a2482651ec9f20f3a5 Mon Sep 17 00:00:00 2001 From: Saket Kulkarni Date: Mon, 3 Jun 2024 18:26:12 -0400 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 8562bf6..c630ad0 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,7 +16,7 @@ jobs: pip install sphinx sphinx_rtd_theme myst_parser - name: Sphinx build run: | - cd documentation | + cd documentation && sphinx-build html _build - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3