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: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-python@v2 - uses: actions/setup-python@v4
with: with:
python-version: 3.x python-version: 3.x
- uses: actions/cache@v2 - uses: actions/cache@v4
with: with:
key: ${{ github.ref }} key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
path: .cache path: ~/.cache/pip
- run: pip install mkdocs-material - run: pip install mkdocs-material
- run: mkdocs gh-deploy --force - run: mkdocs gh-deploy --force