Skip to content

Commit

Permalink
fix(deploy): netlify deploy, take 2 (uber#3031)
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelyke authored Mar 12, 2020
1 parent 1b4a7d9 commit 0b9020b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ echo latest tagged commit: $latest_tagged_commit
if [ "$BUILDKITE_BRANCH" = "master" ]; then
# we build the doc site on purpose here - it will slow down builds on the master only
FORCE_EXTRACT_REACT_TYPES=true yarn documentation:build
../node_modules/.bin/netlify deploy --dir=public --prod
./node_modules/.bin/netlify deploy --dir=public --prod
fi

#BUILDKITE_MESSAGE="Release v8.4.0 (#1532)"
Expand Down

0 comments on commit 0b9020b

Please sign in to comment.