Skip to content

Commit

Permalink
DevKit updates (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Jun 30, 2020
1 parent d579b4f commit c7370b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/documentation.yaml
@@ -1,3 +1,7 @@
# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

on:
push:
paths:
Expand Down Expand Up @@ -31,7 +35,7 @@ jobs:
run: sudo apt-get install python-dev build-essential

- name: "Cache pip"
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.txt') }}
Expand Down
5 changes: 4 additions & 1 deletion docs/requirements.txt
@@ -1,3 +1,6 @@
Sphinx!=1.8.0
# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.
Sphinx==1.8.5
git+https://github.com/fabpot/sphinx-php.git
sphinx_rtd_theme

0 comments on commit c7370b6

Please sign in to comment.