From e9b82553f2536a39a3e0c800be261a9527bfab34 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Tue, 26 Mar 2024 10:25:41 -0400 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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