Skip to content

Commit

Permalink
DevKit updates (#5911)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Feb 24, 2020
1 parent 5f8ed0d commit 03c96db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/documentation.yaml
Expand Up @@ -30,6 +30,14 @@ jobs:
- name: "Install Sphinx dependencies"
run: sudo apt-get install python-dev build-essential

- name: "Cache pip"
uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: "Install custom requirements via pip"
run: pip install -r docs/requirements.txt

Expand Down

0 comments on commit 03c96db

Please sign in to comment.