Skip to content

Commit 6e13da2

Browse files
committed
save sitemaps for testing
1 parent ff00b79 commit 6e13da2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,11 @@ jobs:
125125
cd ..
126126
rm -rf documentation
127127
fi
128+
129+
- run:
130+
name: zip artifacts
131+
command: tar -czf built-site.tar.gz _site/
132+
133+
- store_artifacts:
134+
path: built-site.tar.gz
135+
destination: built-site

0 commit comments

Comments
 (0)