From 43c0515a8f0de50f3279589b5c1954b801963db1 Mon Sep 17 00:00:00 2001 From: eli knaap Date: Mon, 2 Oct 2023 12:32:36 -0700 Subject: [PATCH] update doc wokflow --- .github/workflows/build_docs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index d9c7e113..af0611af 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -41,9 +41,7 @@ - run: conda config --show-sources - run: conda config --show - run: pip install -e . --no-deps --force-reinstall - - run: | - cd docs - make html + - run: cd docs; make html - name: Commit documentation changes run: | git clone https://github.com/ammaraskar/sphinx-action-test.git --branch gh-pages --single-branch gh-pages