-
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
525460b
commit 4e8067d
Showing
2 changed files
with
30 additions
and
27 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 |
---|---|---|
|
@@ -11,9 +11,7 @@ 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 | ||
- mike list | ||
- mike set-default latest | ||
- mike deploy 1.0.6 latest --update-aliases | ||
artifacts: | ||
baseDirectory: site | ||
files: | ||
|
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