Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DavdGao committed Jan 6, 2025
1 parent d19e94e commit 449bedc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/tutorial/en/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#!/bin/bash

echo "Start ..."
echo $DASHSCOPE_API_KEY
if [ -n "$DASHSCOPE_API_KEY" ]; then
echo "DASHSCOPE_API_KEY is set and not empty"
echo "DASHSCOPE_API_KEY=$DASHSCOPE_API_KEY"
else
echo "DASHSCOPE_API_KEY is not set or is empty"
fi
echo "Done"

sphinx-build -M html source build

0 comments on commit 449bedc

Please sign in to comment.