File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ jobs:
31
31
uses : " actions/checkout@v4"
32
32
if : steps.cache-php-doc.outputs.cache-hit != 'true'
33
33
with :
34
- path : " generator/doc/doc-en/doc -base"
34
+ path : " generator/docs/salathe/phpdoc -base"
35
35
repository : " salathe/phpdoc-base"
36
36
fetch-depth : 0
37
37
- name : " Check out php/doc-en"
38
38
uses : " actions/checkout@v4"
39
39
if : steps.cache-php-doc.outputs.cache-hit != 'true'
40
40
with :
41
- path : " generator/doc/ doc-en/ en"
41
+ path : " generator/docs/php/ doc-en"
42
42
repository : " php/doc-en"
43
43
fetch-depth : 0
44
44
@@ -143,7 +143,7 @@ jobs:
143
143
id : cache-php-doc
144
144
uses : " actions/cache@v4"
145
145
with :
146
- path : " generator/doc /doc-en"
146
+ path : " generator/docs/php /doc-en"
147
147
key : php-doc-${{ needs.fetch_defs.outputs.date }}
148
148
fail-on-cache-miss : true
149
149
- name : " Cache dependencies installed with composer"
You can’t perform that action at this time.
0 commit comments