Skip to content

Commit 88119ca

Browse files
authored
Merge pull request #1 from josh-wong/remove-material-for-mkdocs-insiders
Remove Material for MkDocs Insiders
2 parents bf32415 + 3981fa5 commit 88119ca

File tree

5 files changed

+3
-45
lines changed

5 files changed

+3
-45
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ jobs:
2929
key: ${{ runner.os }}-${{ hashFiles('.cache/**') }}
3030
path: .cache
3131
- run: pip install -r requirements.txt
32-
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
33-
- run: make deploy
32+
- run: mkdocs gh-deploy --force

Makefile

Lines changed: 0 additions & 6 deletions
This file was deleted.

mkdocs.insiders.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ repo_url: https://github.com/josh-wong/commit-submit-merge-script/
77
edit_uri: blob/main/docs
88

99
plugins:
10-
# Enable the search function (currently disabled to take advantage of new search features in Material for MkDocs Insiders)
11-
#- search
10+
- search
1211
- minify:
1312
minify_html: true
1413
- mkdocs-video:

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ cairosvg
33
jinja2>=3.0.2
44
markdown>=3.2
55
mkdocs>=1.4.0
6+
mkdocs-material
67
mkdocs-material-extensions>=1.0.3
78
mkdocs-minify-plugin
89
#mkdocs-multirepo-plugin

0 commit comments

Comments
 (0)