Skip to content

Commit 0fdaef9

Browse files
committed
Update CI
1 parent e683d8d commit 0fdaef9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
path: |
3030
~/.cache/uv
3131
~/.cache/pip
32-
key: uv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
32+
key: uv-${{ runner.os }}-${{ hashFiles('**/uv.lock') }}
3333
restore-keys: |
3434
uv-${{ runner.os }}-
3535

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
path: |
3030
~/.cache/uv
3131
~/.cache/pip
32-
key: uv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
32+
key: uv-${{ runner.os }}-${{ hashFiles('**/uv.lock') }}
3333
restore-keys: |
3434
uv-${{ runner.os }}-
3535

.github/workflows/publish-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
path: |
3838
~/.cache/uv
3939
~/.cache/pip
40-
key: uv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
40+
key: uv-${{ runner.os }}-${{ hashFiles('**/uv.lock') }}
4141
restore-keys: |
4242
uv-${{ runner.os }}-
4343
@@ -48,6 +48,6 @@ jobs:
4848
4949
- name: Run mkdocs deploy
5050
run: |
51-
poetry run mkdocs gh-deploy
51+
make deploy-docs
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
path: |
3030
~/.cache/uv
3131
~/.cache/pip
32-
key: uv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
32+
key: uv-${{ runner.os }}-${{ hashFiles('**/uv.lock') }}
3333
restore-keys: |
3434
uv-${{ runner.os }}-
3535

0 commit comments

Comments
 (0)