Skip to content

Commit

Permalink
ci: fix cd in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
swederik committed Sep 14, 2021
1 parent dae2c90 commit 2e25587
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/update-docs.sh
Expand Up @@ -28,11 +28,10 @@ cd ./docs
rm -rf _book
../node_modules/gitbook-cli/bin/gitbook.js install
../node_modules/gitbook-cli/bin/gitbook.js build
cd ../
pwd
ls
cp ./assets/CNAME docs/_book/CNAME
cd docs/_book
cd _book

# Set User
git config --global user.email "erik.sweed@gmail.com"
Expand Down

0 comments on commit 2e25587

Please sign in to comment.