From da7888428167456d59a13a4ee5e779de164d507f Mon Sep 17 00:00:00 2001 From: Joseph Damiba Date: Tue, 21 Apr 2020 20:43:13 -0400 Subject: [PATCH] re-snapshot ggplot2/getting-started --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 97a07f382..73c365c5a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -83,7 +83,7 @@ jobs: cp --parents 'javascript/getting-started/index.html' '../snapshots' cp --parents 'javascript/line-and-scatter/index.html' '../snapshots' cp --parents 'ggplot2/index.html' '../snapshots' - # cp --parents 'ggplot2/getting-started/index.html' '../snapshots' + cp --parents 'ggplot2/getting-started/index.html' '../snapshots' cp --parents 'ggplot2/geom_abline/index.html' '../snapshots' cp --parents 'matlab/index.html' '../snapshots' cp --parents 'matlab/getting-started/index.html' '../snapshots'