-
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 18, 2024
1 parent
5e96d8f
commit f2b9c12
Showing
1 changed file
with
1 addition
and
2 deletions.
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 |
---|---|---|
|
@@ -15,9 +15,8 @@ frontend: | |
- export PATH=$PATH:$(dirname $(pyenv which python3)) | ||
- git config --global user.name "ci-bot" # Set you r name or a placeholder name | ||
- git config --global user.email "[email protected]" # Set your email or a placeholder email | ||
|
||
- mike deploy 1.0.6 latest --update-aliases | ||
- mike set-default latest | ||
- mike deploy 1.0.6 latest --update-aliases | ||
|
||
artifacts: | ||
baseDirectory: site | ||
|