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 fc25ac0 commit 542e6a9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ 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
- /root/.pyenv/versions/3.10.13/bin/mike deploy 1.0.5 latest --update-aliases # Deploy using mike
- export PATH=$PATH:/root/.pyenv/versions/3.10.13/bin
- /root/.pyenv/versions/3.10.13/bin/mike deploy 1.0.5 latest --update-aliases # Deploy using mike
artifacts:
baseDirectory: site
files:
Expand Down

0 comments on commit 542e6a9

Please sign in to comment.