Skip to content

Commit

Permalink
Suggested in error
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 0c3aed2 commit 20a517a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
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"
run: "git -C doc-base merge --no-ff --no-commit origin/master"

- name: "Build documentation for ${{ 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 20a517a

Please sign in to comment.