File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
- name : " Check out php/doc-en"
30
30
uses : " actions/checkout@v4"
31
31
with :
32
- path : " generator/docs/php/doc-en "
32
+ path : " generator/docs"
33
33
repository : " php/doc-en"
34
34
fetch-depth : 0
35
35
Original file line number Diff line number Diff line change 25
25
id : cache-php-doc
26
26
uses : " actions/cache@v4"
27
27
with :
28
- path : " generator/doc/doc-en "
28
+ path : " generator/docs "
29
29
key : php-doc-${{ steps.date.outputs.date }}
30
30
- name : " Check out salathe/phpdoc-base"
31
31
uses : " actions/checkout@v4"
64
64
id : cache-php-doc
65
65
uses : " actions/cache@v4"
66
66
with :
67
- path : " generator/doc/doc-en "
67
+ path : " generator/docs "
68
68
key : php-doc-${{ needs.fetch_defs.outputs.date }}
69
69
fail-on-cache-miss : true
70
70
- name : " Cache dependencies installed with composer"
You can’t perform that action at this time.
0 commit comments