We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e4c5d3 + eb18dce commit 3a4f7e2Copy full SHA for 3a4f7e2
1 file changed
.github/workflows/build_offline_docs.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Sphinx - Build HTML
59
run: make SPHINXOPTS='--color -j 4' html
60
61
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
62
with:
63
name: godot-docs-html-${{ matrix.branch }}
64
path: _build/html
@@ -80,7 +80,7 @@ jobs:
80
81
make SPHINXOPTS='--color -j 4' epub
82
83
84
85
name: godot-docs-epub-${{ matrix.branch }}
86
path: _build/epub/GodotEngine.epub
0 commit comments