Skip to content

Commit

Permalink
Merge pull request #176 from zetxek/update/vercel-deploy
Browse files Browse the repository at this point in the history
Debugging info
  • Loading branch information
zetxek authored Jun 30, 2024
2 parents 3d8a909 + 8d19e94 commit a7963e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vercel-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ if [[ "$VERCEL_GIT_COMMIT_REF" == "gh-pages" ]] ; then
# Skip the build
echo "🛑 - Build is skipped"
exit 0;
else
echo "🚀 - Build is running"
fi


Expand Down

1 comment on commit a7963e6

@vercel
Copy link

@vercel vercel bot commented on a7963e6 Jun 30, 2024

Choose a reason for hiding this comment

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

Please sign in to comment.