mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix running sphinx-build on GitHub Actions
For some reason I thought it wasn't in the PATH, and specifying the Python version in the path changed when the default version of Python changed.
This commit is contained in:
@@ -93,7 +93,7 @@ jobs:
|
||||
python -m pip install -r docs/requirements.txt
|
||||
|
||||
- name: Build docs
|
||||
run: ${{ runner.tool_cache }}\Python\3.7.8\x64\Scripts\sphinx-build -b html docs build\docs\html
|
||||
run: sphinx-build -b html docs build\docs\html
|
||||
|
||||
- name: Build archive
|
||||
id: build-archive
|
||||
|
||||
@@ -101,7 +101,7 @@ jobs:
|
||||
python -m pip install -r docs/requirements.txt
|
||||
|
||||
- name: Build docs
|
||||
run: ${{ runner.tool_cache }}\Python\3.7.8\x64\Scripts\sphinx-build -b html docs build\docs\html
|
||||
run: sphinx-build -b html docs build\docs\html
|
||||
|
||||
- name: Build archive
|
||||
id: build-archive
|
||||
|
||||
Reference in New Issue
Block a user