We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901fa09 commit 3a5daf2Copy full SHA for 3a5daf2
.circleci/config.yml
@@ -108,7 +108,7 @@ jobs:
108
rm -f snapshots/*.bkp
109
rm -f snapshots/*/*.bkp
110
rm -f snapshots/*/*/*.bkp
111
- percy snapshot snapshots --enable_javascript
+ bundle exec percy snapshot snapshots --enable_javascript
112
rm -rf 'snapshots/'
113
if [ "${CIRCLE_BRANCH}" == "master" ]; then
114
git clone --depth=1 --branch=gh-pages https://github.com/plotly/documentation.git
0 commit comments