Skip to content

Commit

Permalink
applying suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Mar 4, 2024
1 parent f000e9c commit 2538c2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/deploy_netlify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ else

# Regular deploy if the argument is not "master" and docs changed
DEPLOY_OUTPUT=$(netlify deploy --site aztec-docs-dev)
echo "$DEPLOY_OUTPUT"
UNIQUE_DEPLOY_URL=$(echo "$DEPLOY_OUTPUT" | grep -E "https://.*aztec-docs-dev.netlify.app" | awk '{print $4}')
echo "Unique deploy URL: $UNIQUE_DEPLOY_URL"

Expand Down

0 comments on commit 2538c2a

Please sign in to comment.