build(*): Update ci

This commit is contained in:
Josh Creek
2025-04-01 21:20:02 +01:00
parent a439896ff4
commit bf72b5adc6
+5 -5
View File
@@ -8,13 +8,13 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
path: ~/.cache/pip
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force