File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "Auto Regenerate"
3
3
4
4
on :
5
5
schedule :
6
- - cron : ' 0 0 * * 3 '
6
+ - cron : ' 0 3 * * * '
7
7
8
8
jobs :
9
9
Original file line number Diff line number Diff line change @@ -33,14 +33,23 @@ jobs:
33
33
coverage : " pcov"
34
34
php-version : " ${{ matrix.php-version }}"
35
35
36
+ - name : " Cache the php documentation"
37
+ id : cache-php-doc
38
+ uses : " actions/cache@v1"
39
+ with :
40
+ path : " generator/doc/doc-en"
41
+ key : " php-doc"
42
+
36
43
- name : " Check out salathe/phpdoc-base"
37
44
uses : " actions/checkout@v2"
45
+ if : steps.cache-php-doc.outputs.cache-hit != 'true'
38
46
with :
39
47
path : " generator/doc/doc-en/doc-base"
40
48
repository : " salathe/phpdoc-base"
41
49
42
50
- name : " Check out php/doc-en"
43
51
uses : " actions/checkout@v2"
52
+ if : steps.cache-php-doc.outputs.cache-hit != 'true'
44
53
with :
45
54
path : " generator/doc/doc-en/en"
46
55
repository : " php/doc-en"
Original file line number Diff line number Diff line change 4
4
[ ![ License] ( https://poser.pugx.org/thecodingmachine/safe/license.svg )] ( https://packagist.org/packages/thecodingmachine/safe )
5
5
[ ![ Build Status] ( https://travis-ci.org/thecodingmachine/safe.svg?branch=master )] ( https://travis-ci.org/thecodingmachine/safe )
6
6
[ ![ Continuous Integration] ( https://github.com/thecodingmachine/safe/workflows/Continuous%20Integration/badge.svg )] ( https://github.com/thecodingmachine/safe/actions )
7
- [ ![ Coverage Status ] ( https://coveralls .io/repos /thecodingmachine/safe/badge.svg?branch=master&service=github )] ( https://coveralls .io/github /thecodingmachine/safe?branch=master )
7
+ [ ![ codecov ] ( https://codecov .io/gh /thecodingmachine/safe/branch/master/graph/ badge.svg )] ( https://codecov .io/gh /thecodingmachine/safe )
8
8
9
9
Safe PHP
10
10
========
You can’t perform that action at this time.
0 commit comments