We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e07080 commit 4d6c9e0Copy full SHA for 4d6c9e0
1 file changed
.github/workflows/docs.yml
@@ -32,6 +32,7 @@ jobs:
32
with:
33
python-version: '3.12'
34
cache: pip
35
+ cache-dependency-path: requirements-docs.txt
36
37
- name: Install MkDocs and plugins
38
run: pip install -r requirements-docs.txt
0 commit comments