Ver Fonte

Publish leaves ref/* alone in GCS bucket.

Mikael Säker há 8 anos atrás
pai
commit
874c2ff12c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      publish.sh

+ 1 - 1
publish.sh

@@ -16,5 +16,5 @@ if [ ! -d "build" ]; then
     echo "Build does not exist. Run 'gulp build'."
 else
     echo "Publishing build..."
-    $GSUTIL -m rsync -rd build gs://defold-doc
+    $GSUTIL -m rsync -x 'ref/*' -rd build gs://defold-doc
 fi