From 32d32e2d75650d8eb9a71e5ddef54fd142224ebf Mon Sep 17 00:00:00 2001 From: Saket Kulkarni Date: Mon, 3 Jun 2024 18:28:09 -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 c630ad0..325aa70 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/source && sphinx-build html _build - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3