Skip to content
Prev Previous commit
Next Next commit
Update config.yml
  • Loading branch information
LiamConnors committed Jun 23, 2025
commit 0d788f0a7fd6c60c2d6e3b28113d8ee98d402c5d
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ jobs:
rm -f snapshots/*/*/*.bkp
bundle exec percy snapshot snapshots --enable_javascript
rm -rf 'snapshots/'
# Save _site as artifacts for testing
- store_artifacts:
path: _site
destination: built-site
if [ "${CIRCLE_BRANCH}" == "master" ]; then
git clone --depth=1 --branch=gh-pages https://github.com/plotly/documentation.git
git config user.name plotlydocbot
Expand All @@ -129,3 +125,7 @@ jobs:
cd ..
rm -rf documentation
fi

- store_artifacts:
path: _site
destination: built-site