Skip to content

Commit

Permalink
testing change
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad0 committed Nov 18, 2023
1 parent 3b5449d commit de301cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -927,8 +927,8 @@ jobs:
command: build docs
- run:
name: "Deploy docs
command:
if [ "$CIRCLE_BRANCH" == "master" ]; then
command: |
if [ "$CIRCLE_BRANCH" != "master" ]; then
echo "Deploying docs (on master)."
docs/deploy_netlify.sh
else
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy_netlify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ extract_repo docs /usr/src .
cd usr/src/docs
npm install netlify-cli -g
netlify deploy
netlify deploy --prod
#netlify deploy --prod

0 comments on commit de301cf

Please sign in to comment.