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 cc35e73 commit b49a5d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ frontend:
phases:
preBuild:
commands:
- python3 -m pip install --upgrade pip
- python3 -m pip install mkdocs-material mike
- PATH=$PATH:$(python3 -m site --user-base)/bin
# IMPORTANT - Please verify your build commands
build:
commands:
- echo $PATH
- pip list
- mike deploy 1.0.5 latest
artifacts:
baseDirectory: /site
Expand Down

0 comments on commit b49a5d9

Please sign in to comment.