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.
1 parent 42afd4d commit 2fb450fCopy full SHA for 2fb450f
.teamcity/Gempy/buildTypes/Gempy_PublishDocs.xml
@@ -24,7 +24,7 @@ git clean -xfd -e docs_site.zip
24
# 2. Unzip new HTML over the top
25
unzip docs_site.zip
26
# 3. Move the rendered HTML into the root
27
-mv build/html/* . # move all html files & folders
+mv docs/build/html/* . # move all html files & folders
28
# (if you have hidden files under html, you can optionally do)
29
# mv build/html/.* . 2>/dev/null || true
30
0 commit comments