mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Remove PR check from GH Pages build hook for stable branch (#9144)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
if [ -z $CI_PULL_REQUEST ] && [ "$CIRCLE_BRANCH" = "$REACT_WEBSITE_BRANCH" ]; then
|
||||
if [ "$CIRCLE_BRANCH" = "$REACT_WEBSITE_BRANCH" ]; then
|
||||
|
||||
GH_PAGES_DIR=`pwd`/../react-gh-pages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user