Fix Linux release build

This commit is contained in:
Oliver Hamlet
2021-02-13 22:32:37 +00:00
parent 639e067079
commit c74c16b159
+4 -1
View File
@@ -94,7 +94,10 @@ jobs:
./libloot_tests
- name: Install packages for building docs
run: pip3 install --user -r docs/requirements.txt
shell: bash
run: |
pip3 install --user -r docs/requirements.txt
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Build docs
run: sphinx-build -b html docs build/docs/html