Skip to content

Commit a8662a4

Browse files
committed
[dev] bumped mkdocs
1 parent 0ad124f commit a8662a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/configure-pages@v5
2525

2626
- name: Build docs
27-
run: docker run --rm -v $(pwd):/docs ghcr.io/squidfunk/mkdocs-material:9.5 build
27+
run: docker run --rm -v $(pwd):/docs ghcr.io/squidfunk/mkdocs-material:9.6 build
2828

2929
- name: Upload pages artifact
3030
uses: actions/upload-pages-artifact@v3

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@ tasks:
142142
mkdocs:
143143
desc: MkDocs build
144144
cmds:
145-
- docker run --rm -it -v $(pwd):/docs ghcr.io/squidfunk/mkdocs-material:9.5 build
145+
- docker run --rm -it -v $(pwd):/docs ghcr.io/squidfunk/mkdocs-material:9.6 build
146146

147147
mkdocs:live:
148148
desc: MkDocs development server
149149
vars:
150150
PORT: '{{.p | default "8001"}}'
151151
cmds:
152-
- docker run --rm -it -p {{.PORT}}:8000 -v $(pwd):/docs ghcr.io/squidfunk/mkdocs-material:9.5
152+
- docker run --rm -it -p {{.PORT}}:8000 -v $(pwd):/docs ghcr.io/squidfunk/mkdocs-material:9.6

0 commit comments

Comments
 (0)