File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -544,17 +544,17 @@ jobs:
544544 run : |
545545 echo "📁 Preparing GitHub Pages deployment from scripts directory..."
546546
547- # 确保scripts目录存在
547+ # Ensure scripts directory exists
548548 if [ ! -d "scripts" ]; then
549549 echo "❌ scripts directory not found!"
550550 exit 1
551551 fi
552552
553- # 显示将要部署的文件
553+ # Display files to be deployed
554554 echo "Files to be deployed:"
555555 ls -la scripts/
556556
557- # 验证关键文件存在
557+ # Verify critical files exist
558558 if [ ! -f "scripts/windows" ]; then
559559 echo "❌ scripts/windows file not found!"
560560 exit 1
@@ -580,7 +580,7 @@ jobs:
580580 run : |
581581 echo "🎉 GitHub Pages deployment completed!"
582582 echo "📄 Site URL: ${{ steps.deployment.outputs.page_url }}"
583- echo "🔗 Install command: powershell -Command \"irm https://litiantian123-code .github.io/agbcloud-cli/windows | iex\""
583+ echo "🔗 Install command: powershell -Command \"irm https://agbcloud .github.io/agbcloud-cli/windows | iex\""
584584
585585 - name : Validate Official Formula
586586 run : |
You can’t perform that action at this time.
0 commit comments