-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zijun Wang
committed
May 17, 2024
1 parent
350b0bd
commit 557c3c0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ frontend: | |
- export PATH=$PATH:$(dirname $(pyenv which python3)) | ||
- git config --global user.name "ci-bot" # Set your name or a placeholder name | ||
- git config --global user.email "[email protected]" # Set your email or a placeholder email | ||
- mike deploy 1.0.5 latest # Deploy using mike | ||
- mike deploy 1.0.5 latest --update-aliases | ||
- mike list | ||
- mike set-default latest | ||
artifacts: | ||
|