Skip to content

Commit 2fb450f

Browse files
miguelteamcity
authored andcommitted
runners of 'Publish Docs' build configuration were updated (TeamCity change in 'Gempy' project)
1 parent 42afd4d commit 2fb450f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.teamcity/Gempy/buildTypes/Gempy_PublishDocs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ git clean -xfd -e docs_site.zip
2424
# 2. Unzip new HTML over the top
2525
unzip docs_site.zip
2626
# 3. Move the rendered HTML into the root
27-
mv build/html/* . # move all html files & folders
27+
mv docs/build/html/* . # move all html files & folders
2828
# (if you have hidden files under html, you can optionally do)
2929
# mv build/html/.* . 2>/dev/null || true
3030

0 commit comments

Comments
 (0)