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 3030 - uses : actions/setup-python@v4
3131 with :
3232 python-version : 3.x
33- - run : pip install mkdocs-material==8.5.11
33+ - run : pip install mkdocs-material==9.0.5
3434 - run : pip install mkdocs-awesome-pages-plugin==2.6.1
3535 - run : cd documentation && mkdocs build
3636 docs-deploy :
4646 - uses : actions/setup-python@v4
4747 with :
4848 python-version : 3.x
49- - run : pip install mkdocs-material==8.5.11
49+ - run : pip install mkdocs-material==9.0.5
5050 - run : pip install mkdocs-awesome-pages-plugin==2.6.1
5151 - run : cd documentation && mkdocs gh-deploy --force
Original file line number Diff line number Diff line change 1- FROM squidfunk/mkdocs-material:8.5.11
1+ FROM squidfunk/mkdocs-material:9.0.5
22
33RUN pip install mkdocs-awesome-pages-plugin==2.6.1
You can’t perform that action at this time.
0 commit comments