diff --git a/.github/workflows/docs_automation.yml b/.github/workflows/docs_automation.yml index bf0d27ba632e72eb79253c602bf6363bd5fa8e79..a59022e6f641fa5a351c29240fc6bdcc560228f5 100644 --- a/.github/workflows/docs_automation.yml +++ b/.github/workflows/docs_automation.yml @@ -39,7 +39,7 @@ jobs: - name: Install Droid CLI id: install-droid run: | - curl -fsSL https://cli.factory.ai/install.sh | bash + curl -fsSL https://app.factory.ai/cli | sh echo "${HOME}/.factory/bin" >> "$GITHUB_PATH" echo "DROID_BIN=${HOME}/.factory/bin/droid" >> "$GITHUB_ENV" # Verify installation