From 4c24473ad689e027386dd612e3f4642973cf8230 Mon Sep 17 00:00:00 2001 From: Zijun Wang Date: Fri, 17 May 2024 12:02:39 -0700 Subject: [PATCH] test --- amplify.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/amplify.yml b/amplify.yml index 41351ae8..13020254 100644 --- a/amplify.yml +++ b/amplify.yml @@ -7,10 +7,10 @@ frontend: - python3 -m pip install mkdocs-material mike build: commands: - - 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 +# - 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 + - pyenv mike deploy 1.0.5 latest --update-aliases # Deploy using mike artifacts: baseDirectory: site files: