Skip to content

Commit

Permalink
[ci] fetch full history for php docs
Browse files Browse the repository at this point in the history
we need the full history if we want to peek at historic versions of the docs
  • Loading branch information
shish authored Jan 28, 2025
1 parent d1ec3ef commit c93e2c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ jobs:
with:
path: "generator/doc/doc-en/doc-base"
repository: "salathe/phpdoc-base"
fetch-depth: 0
- name: "Check out php/doc-en"
uses: "actions/checkout@v4"
if: steps.cache-php-doc.outputs.cache-hit != 'true'
with:
path: "generator/doc/doc-en/en"
repository: "php/doc-en"
fetch-depth: 0

generator_tests:
name: "Generator Tests"
Expand Down

0 comments on commit c93e2c6

Please sign in to comment.