Skip to content

Commit

Permalink
Update build_docs.yml
Browse files Browse the repository at this point in the history
combine things
  • Loading branch information
dennisbrookner authored Sep 8, 2023
1 parent 8c44b57 commit 712db7a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 712db7a

Please sign in to comment.