Преглед изворни кода

Exit deploy docs script on Fig error

Ben Firshman пре 12 година
родитељ
комит
07fd01ad46
2 измењених фајлова са 2 додато и 3 уклоњено
  1. 1 1
      script/build-docs
  2. 1 2
      script/deploy-docs

+ 1 - 1
script/build-docs

@@ -1,5 +1,5 @@
 #!/bin/bash
-
+set -ex
 pushd docs
 fig run jekyll jekyll build
 popd

+ 1 - 2
script/deploy-docs

@@ -1,9 +1,8 @@
 #!/bin/bash
+set -ex
 
 script/build-docs
 
-set -ex
-
 pushd docs/_site
 
 export GIT_DIR=.git-gh-pages