-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #341 from stakater/updatemodule
Update the latest git submodule
- Loading branch information
Showing
2 changed files
with
2 additions
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pip install -r theme_common/requirements.txt | ||
python theme_common/scripts/combine_theme_resources.py theme_common/resources theme_override/resources dist/_theme | ||
python theme_common/scripts/combine_theme_resources.py -s theme_common/resources -ov theme_override/resources -o dist/_theme | ||
python theme_common/scripts/combine_mkdocs_config_yaml.py theme_common/mkdocs.yml theme_override/mkdocs.yml mkdocs.yml |
Submodule theme_common
updated
11 files
+1 −1 | .github/workflows/pull_request.yaml | |
+1 −2 | .github/workflows/push_container.yaml | |
+1 −1 | .github/workflows/release.yaml | |
+1 −1 | .vale.ini | |
+5 −1 | README.md | |
+1 −1 | prepare_theme.sh | |
+10 −0 | prepare_theme_pr.sh | |
+3 −3 | resources/main.html | |
+2 −44 | resources/partials/footer.html | |
+16 −0 | resources_pr_specific/main.html | |
+19 −11 | scripts/combine_theme_resources.py |