Skip to content

Commit

Permalink
Trying pulling all history on checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
André L F S Bacci committed Jan 30, 2025
1 parent 06fe0d5 commit 0c3aed2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
uses: "actions/checkout@v4"
with:
path: "doc-base"
fetch-depth: 0

- name: "Checkout php/doc-${{ matrix.language }}"
uses: "actions/checkout@v4"
Expand All @@ -58,8 +59,8 @@ jobs:
php doc-base/scripts/qa/extensions.xml.php --check
php doc-base/scripts/qa/section-order.php
- name: "Merge with master (to care for concurrent PRs)"
run: "git -C doc-base merge --no-ff --no-commit master"

- name: "Build documentation for ${{ matrix.language }}"
run: |
git -C doc-base pull origin master
git -C doc-base merge --no-ff --no-commit origin/master
php doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}
run: "php doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}"

0 comments on commit 0c3aed2

Please sign in to comment.