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 cdcfe42 commit 1071e51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/sphinx_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
env:
DASHSCOPE_API_KEY: ${{ secrets.DASHSCOPE_API_KEY }}
run: |
echo $DASHSCOPE_API_KEY
cd docs/tutorial/en/
./build.sh
- name: Upload Documentation
Expand Down
4 changes: 0 additions & 4 deletions docs/tutorial/en/build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#!/bin/bash

echo "Start ..."
python -c "import os; print('!!!' + os.environ['DASHSCOPE_API_KEY'] + '+++')"
echo "Done"

if [ -z "$DASHSCOPE_API_KEY" ]; then
echo "DASHSCOPE_API_KEY is not set" > debug.txt
else
Expand Down

0 comments on commit 1071e51

Please sign in to comment.