Skip to content

Commit 9929cea

Browse files
committed
Generator command fixes
1 parent 4bc2927 commit 9929cea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
uses: "actions/checkout@v4"
3232
if: steps.cache-php-doc.outputs.cache-hit != 'true'
3333
with:
34-
path: "generator/doc/doc-en/doc-base"
34+
path: "generator/docs/salathe/phpdoc-base"
3535
repository: "salathe/phpdoc-base"
3636
fetch-depth: 0
3737
- name: "Check out php/doc-en"
3838
uses: "actions/checkout@v4"
3939
if: steps.cache-php-doc.outputs.cache-hit != 'true'
4040
with:
41-
path: "generator/doc/doc-en/en"
41+
path: "generator/docs/php/doc-en"
4242
repository: "php/doc-en"
4343
fetch-depth: 0
4444

@@ -143,7 +143,7 @@ jobs:
143143
id: cache-php-doc
144144
uses: "actions/cache@v4"
145145
with:
146-
path: "generator/doc/doc-en"
146+
path: "generator/docs/php/doc-en"
147147
key: php-doc-${{ needs.fetch_defs.outputs.date }}
148148
fail-on-cache-miss: true
149149
- name: "Cache dependencies installed with composer"

0 commit comments

Comments
 (0)