Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zijun Wang committed May 17, 2024
1 parent 24413bb commit 7c956a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7c956a6

Please sign in to comment.