mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix Linux release build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user