File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,16 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v4
18- - uses : actions/setup-python@v4
18+ - uses : actions/setup-python@v5
1919 with :
20- python-version : 3.9
20+ python-version : ' 3.13'
21+ cache : ' pip'
22+ cache-dependency-path : requirements.txt
2123 - name : Install dependencies
2224 run : |
2325 python -m pip install --upgrade pip
2426 pip install mkdocs mkdocs-material pymdown-extensions mkdocs-macros-plugin
27+ pip install -r requirements.txt
2528 - name : Build docs
2629 run : |
2730 mkdocs build -d docsbuild
3336 path : ' docsbuild'
3437 - name : Deploy to GitHub Pages
3538 id : deployment
36- uses : actions/deploy-pages@v4
39+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 1+ mkdocs ~= 1.6
2+ mkdocs-material ~= 9.5
3+ pymdown-extensions ~= 10.8
4+ mkdocs-macros-plugin ~= 1.0
You can’t perform that action at this time.
0 commit comments