mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
GitHub Actions: Don't build with warnings-as-errors for offline doc
The class reference may have invalid parts which otherwise prevent building the offline documentation.
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
|||||||
# Build the HTML to upload it.
|
# Build the HTML to upload it.
|
||||||
- name: Sphinx build
|
- name: Sphinx build
|
||||||
run: |
|
run: |
|
||||||
sphinx-build --color -d _build/doctrees -W . _build/html
|
sphinx-build --color -d _build/doctrees . _build/html
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user