File tree 5 files changed +7
-6
lines changed
5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM squidfunk/mkdocs-material:6.2.4
2
-
3
- RUN pip install mkdocs-awesome-pages-plugin
1
+ FROM squidfunk/mkdocs-material:9.4.5
4
2
5
3
COPY action.sh /action.sh
6
4
Original file line number Diff line number Diff line change 16
16
17
17
set -e
18
18
19
- REQUIREMENTS=" ${GITHUB_WORKSPACE} /requirements.txt"
19
+ REQUIREMENTS=" ${GITHUB_WORKSPACE} /docs/ requirements.txt"
20
20
21
21
if [ -f " ${REQUIREMENTS} " ]; then
22
22
pip install -r " ${REQUIREMENTS} "
Original file line number Diff line number Diff line change @@ -271,5 +271,5 @@ release: ensure-buildx clean
271
271
272
272
.PHONY : build-docs
273
273
build-docs :
274
- pip install -U mkdocs-material==6.2.4 mkdocs-awesome-pages-plugin mkdocs-minify-plugin mkdocs-redirects
274
+ pip install -r docs/requirements.txt
275
275
mkdocs build --config-file mkdocs.yml
Original file line number Diff line number Diff line change
1
+ mkdocs-material == 9.4.5
2
+ mkdocs-awesome-pages-plugin == 2.9.2
3
+ mkdocs-minify-plugin == 0.7.1
4
+ mkdocs-redirects == 1.2.1
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ plugins:
65
65
66
66
extra_css : [extra.css]
67
67
68
- google_analytics : ["UA-118407822-1", "kubernetes.github.io"]
69
68
70
69
nav :
71
70
- Welcome :
You can’t perform that action at this time.
0 commit comments