Skip to content

Commit 0d788f0

Browse files
committed
Update config.yml
1 parent 6623004 commit 0d788f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ jobs:
113113
rm -f snapshots/*/*/*.bkp
114114
bundle exec percy snapshot snapshots --enable_javascript
115115
rm -rf 'snapshots/'
116-
# Save _site as artifacts for testing
117-
- store_artifacts:
118-
path: _site
119-
destination: built-site
120116
if [ "${CIRCLE_BRANCH}" == "master" ]; then
121117
git clone --depth=1 --branch=gh-pages https://github.com/plotly/documentation.git
122118
git config user.name plotlydocbot
@@ -129,3 +125,7 @@ jobs:
129125
cd ..
130126
rm -rf documentation
131127
fi
128+
129+
- store_artifacts:
130+
path: _site
131+
destination: built-site

0 commit comments

Comments
 (0)