Skip to content

Commit

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

# Set User
Expand Down

0 comments on commit 0e38e7d

Please sign in to comment.