Skip to content

Commit 1d86b8a

Browse files
committed
Fix
1 parent da259ce commit 1d86b8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/auto-regenerate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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"
@@ -64,7 +64,7 @@ jobs:
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"

0 commit comments

Comments
 (0)