Skip to content

Commit

Permalink
chore: tell Vercel not to build the gh-pages branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 19, 2021
1 parent 1c91e51 commit 1787410
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vercel/ignore-gh-pages.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

# Don't try to build the gh-pages branch.

if [[ "$BRANCH" != "gh-pages" ]] ; then
# Proceed with the build
exit 1;
else
# Don't build
exit 0;
fi

4 comments on commit 1787410

@vercel
Copy link

@vercel vercel bot commented on 1787410 Feb 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kkt-typescript-example – ./

kkt-typescript-example.kktjs.vercel.app
kkt.vercel.app
kkt-typescript-example-git-master.kktjs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 1787410 Feb 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kkt-rematch-tsx – ./

kkt-rematch-tsx.vercel.app
kkt-rematch-tsx.kktjs.vercel.app
kkt-rematch-tsx-git-master.kktjs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 1787410 Feb 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kkt-uiw-example – ./

kkt-uiw-example.kktjs.vercel.app
kkt-uiw-example-git-master.kktjs.vercel.app
kkt-uiw.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 1787410 Feb 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kkt-basic-example – ./

kkt-basic-example.kktjs.vercel.app
kkt-basic-example.vercel.app
kkt-basic-example-git-master.kktjs.vercel.app

Please sign in to comment.