Skip to content

Commit 4d6c9e0

Browse files
committed
fix: set cache-dependency-path for requirements-docs.txt in Pages workflow
1 parent 2e07080 commit 4d6c9e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
python-version: '3.12'
3434
cache: pip
35+
cache-dependency-path: requirements-docs.txt
3536

3637
- name: Install MkDocs and plugins
3738
run: pip install -r requirements-docs.txt

0 commit comments

Comments
 (0)