Skip to content

Commit 9b5bad8

Browse files
committed
Revert "remove artifacts for testing"
This reverts commit 13b9164.
1 parent 13b9164 commit 9b5bad8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,10 @@ jobs:
126126
rm -rf documentation
127127
fi
128128
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)