We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f0cab commit 0079d4aCopy full SHA for 0079d4a
1 file changed
.github/workflows/test.yaml
@@ -52,7 +52,7 @@ jobs:
52
cookiecutter('.', no_input=True, extra_context=overrides)
53
# Check
54
- name: Set up pre-commit cache
55
- uses: actions/cache@v3
+ uses: actions/cache@v4
56
with:
57
path: ~/.cache/pre-commit
58
key: pre-commit-3|${{ matrix.python }}|${{ hashFiles(format('{0}/.pre-commit-config.yaml', env.PROJECT_ROOT)) }}
@@ -70,9 +70,7 @@ jobs:
70
- name: Build the documentation
71
env:
72
SPHINXOPTS: -W --keep-going
73
- run: |
74
- cd "$PROJECT_ROOT/docs"
75
- make html
+ run: hatch run docs:build
76
77
test-scripts:
78
runs-on: ubuntu-latest
0 commit comments