Skip to content

Commit

Permalink
docs: deploy docs for v4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Jun 15, 2022
1 parent 8d38302 commit ad650f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/deploy-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ git checkout 3.0
yarn
yarn build

# Build the docs for 4.0
git checkout 4.0
yarn
yarn build

# Push the built docs
cd dist

Expand Down

0 comments on commit ad650f1

Please sign in to comment.