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 2929 - name : " Check out php/doc-en"
3030 uses : " actions/checkout@v4"
3131 with :
32- path : " generator/docs/php/doc-en "
32+ path : " generator/docs"
3333 repository : " php/doc-en"
3434 fetch-depth : 0
3535
Original file line number Diff line number Diff line change 2525 id : cache-php-doc
2626 uses : " actions/cache@v4"
2727 with :
28- path : " generator/doc/doc-en "
28+ path : " generator/docs "
2929 key : php-doc-${{ steps.date.outputs.date }}
3030 - name : " Check out salathe/phpdoc-base"
3131 uses : " actions/checkout@v4"
6464 id : cache-php-doc
6565 uses : " actions/cache@v4"
6666 with :
67- path : " generator/doc/doc-en "
67+ path : " generator/docs "
6868 key : php-doc-${{ needs.fetch_defs.outputs.date }}
6969 fail-on-cache-miss : true
7070 - name : " Cache dependencies installed with composer"
You can’t perform that action at this time.
0 commit comments