From 24413bbdbfb05e20d91355e115593574cc15962c Mon Sep 17 00:00:00 2001 From: Zijun Wang Date: Fri, 17 May 2024 11:54:43 -0700 Subject: [PATCH] test --- amplify.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/amplify.yml b/amplify.yml index d9635695..4a83ed4d 100644 --- a/amplify.yml +++ b/amplify.yml @@ -7,10 +7,10 @@ frontend: - python3 -m pip install mkdocs-material mike build: commands: - - export PATH=$PATH:$(python3 -m site --user-base)/bin -# - find / -name mike -type f - - python3 -m mike --version # For debugging to confirm installation - - PATH=$PATH:$(python3 -m site --user-base)/bin; mike deploy 1.0.5 latest + - MIKE_PATH=$(pyenv root)/bin/mike # Set the path to mike + - 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: baseDirectory: site files: