Skip to content

Commit cf8f690

Browse files
committed
1 parent 3867077 commit cf8f690

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

project/.github/workflows/documentation.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ jobs:
3030
- name: "Install Sphinx dependencies"
3131
run: sudo apt-get install python-dev build-essential
3232

33+
- name: "Cache pip"
34+
uses: actions/cache@v1
35+
with:
36+
path: ~/.cache/pip
37+
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.txt') }}
38+
restore-keys: |
39+
${{ runner.os }}-pip-
40+
3341
- name: "Install custom requirements via pip"
3442
run: pip install -r docs/requirements.txt
3543

0 commit comments

Comments
 (0)