Skip to content

Commit 216f2bb

Browse files
committed
Fixed broken testing site image on web site.
1 parent bc2bde5 commit 216f2bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

web/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ include:
6565
- _modules
6666
- .generated
6767
- .doctrees
68+
- images

web/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ fi
2121

2222
cp -r web/_layouts/ web-build/
2323
cp -r web/_includes/ web-build/
24+
cp -r web/images/ web-build/
2425

2526
echo -n "var DOC_VERSIONS_RAW = [" >web-build/versions.js
2627
for V in `ls web-build/docs/v`; do

0 commit comments

Comments
 (0)