Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Merge 3.x into master
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Feb 25, 2020
2 parents 3966acf + f48cb4f commit 52c46f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
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 52c46f4

Please sign in to comment.