From 7c956a662ae58a385a99b8f3187303dc854effbf Mon Sep 17 00:00:00 2001 From: Zijun Wang Date: Fri, 17 May 2024 11:56:34 -0700 Subject: [PATCH] test --- amplify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amplify.yml b/amplify.yml index 4a83ed4d..574590d7 100644 --- a/amplify.yml +++ b/amplify.yml @@ -8,7 +8,7 @@ frontend: build: commands: - MIKE_PATH=$(pyenv root)/bin/mike # Set the path to mike - - echo "Using mike at: $MIKE_PATH" # For debugging, confirm the path + - echo "Using mike at $MIKE_PATH" # For debugging, confirm the path - $MIKE_PATH --version # For debugging to confirm installation - $MIKE_PATH deploy 1.0.5 latest --update-aliases # Deploy using mike artifacts: