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 6623004 commit 0d788f0Copy full SHA for 0d788f0
.circleci/config.yml
@@ -113,10 +113,6 @@ jobs:
113
rm -f snapshots/*/*/*.bkp
114
bundle exec percy snapshot snapshots --enable_javascript
115
rm -rf 'snapshots/'
116
- # Save _site as artifacts for testing
117
- - store_artifacts:
118
- path: _site
119
- destination: built-site
120
if [ "${CIRCLE_BRANCH}" == "master" ]; then
121
git clone --depth=1 --branch=gh-pages https://github.com/plotly/documentation.git
122
git config user.name plotlydocbot
@@ -129,3 +125,7 @@ jobs:
129
125
cd ..
130
126
rm -rf documentation
131
127
fi
128
+
+ - store_artifacts:
+ path: _site
+ destination: built-site
0 commit comments