From 712db7a9c0dbc264b41a8fde1d420a7927b2b1d5 Mon Sep 17 00:00:00 2001 From: Dennis Brookner Date: Fri, 8 Sep 2023 17:21:06 -0400 Subject: [PATCH] Update build_docs.yml combine things --- .github/workflows/build_docs.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 2ace0f4..ffbf203 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -36,24 +36,27 @@ jobs: miniconda-version: "latest" channels: conda-forge, defaults - - name: Install DIALS environment + - name: Install DIALS environment and more run: | conda install -n base conda-libmamba-solver conda config --set solver libmamba conda install -c conda-forge -y dials conda info conda list - - - name: Install pip dependencies - run: | python -m pip install --upgrade pip pip install -e ".[docs]" - - - name: Build documentation - run: | cd docs + conda list make clean make html + # - name: Install pip dependencies + # run: | + + + + # - name: Build documentation + # run: | + - name: Commit documentation changes to gh-pages run: |