Do explicit checkout

This commit is contained in:
Griatch 2022-01-26 19:59:35 +01:00
parent 977575db67
commit 4847720d7c
2 changed files with 2 additions and 1 deletions

View file

@ -38,6 +38,8 @@ jobs:
- name: Install doc-building dependencies
run: |
git branch
git checkout develop
python -m pip install --upgrade pip
cd docs/
make install