Skip to content

Commit 6d23b80

Browse files
committed
[ci] fetch full history for php docs
we need the full history if we want to peek at historic versions of the docs
1 parent d1ec3ef commit 6d23b80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,14 @@ jobs:
3333
with:
3434
path: "generator/doc/doc-en/doc-base"
3535
repository: "salathe/phpdoc-base"
36+
fetch-depth: 0
3637
- name: "Check out php/doc-en"
3738
uses: "actions/checkout@v4"
3839
if: steps.cache-php-doc.outputs.cache-hit != 'true'
3940
with:
4041
path: "generator/doc/doc-en/en"
4142
repository: "php/doc-en"
43+
fetch-depth: 0
4244

4345
generator_tests:
4446
name: "Generator Tests"

0 commit comments

Comments
 (0)