diff --git a/.circleci/config.yml b/.circleci/config.yml
index e320e60c4..5d2ec7d4c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -103,8 +103,7 @@ jobs:
             rm -f snapshots/*.bkp
             rm -f snapshots/*/*.bkp
             rm -f snapshots/*/*/*.bkp
-            percy snapshot snapshots --enable_javascript
-            rm -rf 'snapshots/'
+            zip -r site.zip _site/
             if [ "${CIRCLE_BRANCH}" == "master" ]; then
               git clone --depth=1 --branch=gh-pages https://github.com/plotly/documentation.git
               git config user.name plotlydocbot
@@ -117,3 +116,6 @@ jobs:
               cd ..
               rm -rf documentation
             fi
+      - store_artifacts:
+          path: site.zip
+          destination: site