@ -69,6 +69,10 @@ jobs:
- run: yarn doc:build
- store_artifacts:
path: /tmp/artifact
destination: artifact-file
workflows:
version: 2
build_test:
@ -86,3 +90,6 @@ workflows:
- documentation:
requires:
- build
- test
- lint
- e2etest