File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments