-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport the new translation implementation to 5.8.5 (#61)
* Backport the new translation implementation to 5.8.5 * Make sure GitHub Actions installs mkdocs-static-i18n when running * Add a new section in the README
- Loading branch information
Showing
5 changed files
with
43 additions
and
55 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 |
---|---|---|
|
@@ -20,7 +20,8 @@ jobs: | |
- run: git pull | ||
- run: git config user.name github-actions | ||
- run: git config user.email [email protected] | ||
- run: pip install mkdocs-material | ||
- run: pip install mkdocs-glightbox | ||
- run: pip install mkdocs-material | ||
- run: pip install mkdocs-static-i18n | ||
- run: pip install mike | ||
- run: mike deploy 5.8.5 --update-aliases --push -F ./config/en/mkdocs.yml |
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
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
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
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
mkdocs | ||
mkdocs-material | ||
mkdocs-glightbox | ||
mkdocs-material | ||
mkdocs-static-i18n | ||
mike |