Skip to content

Commit 331768e

Browse files
committed
prevent circle from building gh-pages
1 parent d5c0261 commit 331768e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

build/update-docs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cd docs
22
rm -rf _book
33
gitbook build
4+
cp _circle.yml _book/circle.yml
45
cd _book
56
git init
67
git add -A

docs/_circle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
general:
2+
branches:
3+
ignore:
4+
- gh-pages

0 commit comments

Comments
 (0)