mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-07-08 21:09:24 +00:00
offline docs by default.
This commit is contained in:
7
.github/workflows/windows-build.yml
vendored
7
.github/workflows/windows-build.yml
vendored
@@ -113,6 +113,13 @@ jobs:
|
||||
New-Item -Path $pyDir -Name "${{ matrix.platform }}" -ItemType Junction -Value $pyRoot | Out-Null
|
||||
}
|
||||
|
||||
# Runs while Python 3.14 is still the active interpreter; the installer
|
||||
# packages rel\offline-docs as the "Offline Documentation" component and
|
||||
# skips it if this step could not build the docs.
|
||||
- name: Build offline documentation
|
||||
run: |
|
||||
python data\misc\build_offline_docs.py --output ..\zoitechat-build\${{ matrix.platform }}\rel\offline-docs
|
||||
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.8.10'
|
||||
|
||||
Reference in New Issue
Block a user