We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c91e51 commit 1787410Copy full SHA for 1787410
.vercel/ignore-gh-pages.sh
@@ -0,0 +1,11 @@
1
+#!/bin/bash
2
+
3
+# Don't try to build the gh-pages branch.
4
5
+if [[ "$BRANCH" != "gh-pages" ]] ; then
6
+ # Proceed with the build
7
+ exit 1;
8
+else
9
+ # Don't build
10
+ exit 0;
11
+fi
0 commit comments