Skip to content

Commit

Permalink
fix(docs): Fix docs previews (#11736)
Browse files Browse the repository at this point in the history
Docs previews broke in
[this](#11386) PR.
This fixes them
  • Loading branch information
critesjosh authored Feb 5, 2025
1 parent fada949 commit 255b3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy_preview.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [ -n "$PR_NUMBER" ]; then
fi

# Deploy and capture exit code and output
if ! DEPLOY_OUTPUT=$(yarn netlify deploy --dir $(pwd) --site aztec-docs-dev 2>&1); then
if ! DEPLOY_OUTPUT=$(yarn netlify deploy --site aztec-docs-dev 2>&1); then
echo "Netlify deploy failed with error:"
echo "$DEPLOY_OUTPUT"
exit 1
Expand Down

0 comments on commit 255b3d8

Please sign in to comment.