Skip to content

Commit

Permalink
Use core main branch to build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dalmijn committed Nov 15, 2023
1 parent 5db0d9d commit c29c76b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
export PATH=/usr/share/miniconda3/bin:$PATH
mamba env update -n hydromt_wflow -f environment.yml
- name: Install HydroMT-core dev
run: |
export PATH=/usr/share/miniconda3/bin:$PATH
mamba run -n hydromt_wflow python -m pip install git+https://github.com/Deltares/hydromt.git@main --user
- name: Generate dummy docs
if: ${{ github.event_name == 'pull_request' }}
run: |
Expand Down

0 comments on commit c29c76b

Please sign in to comment.