Skip to content

Commit c0246af

Browse files
committed
Fix gh command trigger to be in a git clone
Signed-off-by: Eric Bottard <eric.bottard@broadcom.com>
1 parent 5dcac7b commit c0246af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,14 +203,14 @@ jobs:
203203
runs-on: ubuntu-latest
204204
needs: [build-all, test-ollama, test-openai, test-remaining]
205205
steps:
206+
- name: Checkout source code
207+
uses: actions/checkout@v4
208+
206209
- name: Trigger Antora build
207210
env:
208211
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
209212
run: gh workflow run deploy-docs.yml -r docs-build
210213

211-
- name: Checkout source code
212-
uses: actions/checkout@v4
213-
214214
- name: Set up JDK
215215
uses: actions/setup-java@v4
216216
with:

0 commit comments

Comments
 (0)