Skip to content

Commit

Permalink
[auto-regenerate] fetch full history for docs
Browse files Browse the repository at this point in the history
we need the full history to look at old versions
  • Loading branch information
shish committed Jan 28, 2025
1 parent 6d23b80 commit 9d660d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-regenerate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,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"
with:
path: "generator/doc/doc-en/en"
repository: "php/doc-en"
fetch-depth: 0

- name: "Install dependencies with composer in generator/ directory"
run: "composer install --no-interaction"
Expand Down

0 comments on commit 9d660d3

Please sign in to comment.