From 4dc0041b0bcf73baaa103684a65968ddd77a41db Mon Sep 17 00:00:00 2001 From: Jemma Stachelek Date: Wed, 18 Dec 2024 10:29:16 -0700 Subject: [PATCH] one job --- .github/workflows/docs.yml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f3df430..5331d78 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -10,7 +10,7 @@ on: - ".github/workflows/docs.yml" jobs: - install: + build: runs-on: ubuntu-latest defaults: run: @@ -30,15 +30,12 @@ jobs: conda install -c conda-forge pip pip install --upgrade -e . conda list - build: - runs-on: ubuntu-latest - steps: - - name: Installing the Documentation requirements - run: | - pip install sphinx sphinx_rtd_theme + - name: Installing the Documentation requirements + run: | + pip install sphinx sphinx_rtd_theme - - name: Deploy - uses: uibcdf/action-sphinx-docs-to-gh-pages@main - with: - branch: main - dir_docs: docs/source + - name: Deploy + uses: uibcdf/action-sphinx-docs-to-gh-pages@main + with: + branch: main + dir_docs: docs/source