diff --git a/amplify.yml b/amplify.yml index 574590d7..41351ae8 100644 --- a/amplify.yml +++ b/amplify.yml @@ -7,7 +7,7 @@ frontend: - python3 -m pip install mkdocs-material mike build: commands: - - MIKE_PATH=$(pyenv root)/bin/mike # Set the path to mike + - MIKE_PATH=/root/.pyenv/versions/3.10.13/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