We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d931875 commit ab3ed7aCopy full SHA for ab3ed7a
tools/deploy.sh
@@ -2,6 +2,7 @@
2
3
set -e
4
npm run docs:build
5
+cp -R .circleci docs/.vuepress/dist
6
cd docs/.vuepress/dist
7
8
git config --global user.email "circleci@circleci.com"
0 commit comments