Skip to content

Commit 0079d4a

Browse files
committed
fix workflow
1 parent 10f0cab commit 0079d4a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cookiecutter('.', no_input=True, extra_context=overrides)
5353
# Check
5454
- name: Set up pre-commit cache
55-
uses: actions/cache@v3
55+
uses: actions/cache@v4
5656
with:
5757
path: ~/.cache/pre-commit
5858
key: pre-commit-3|${{ matrix.python }}|${{ hashFiles(format('{0}/.pre-commit-config.yaml', env.PROJECT_ROOT)) }}
@@ -70,9 +70,7 @@ jobs:
7070
- name: Build the documentation
7171
env:
7272
SPHINXOPTS: -W --keep-going
73-
run: |
74-
cd "$PROJECT_ROOT/docs"
75-
make html
73+
run: hatch run docs:build
7674

7775
test-scripts:
7876
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)