Skip to content

Commit 3759c3b

Browse files
committed
fix(deploy.yml): Add kci-dev repo
This might not work initially, but required for new project repo PR verification. Signed-off-by: Denys Fedoryshchenko <[email protected]>
1 parent 737da35 commit 3759c3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
run: cd kernelci.org/external/kernelci-core;git pull origin main
5555
- name: Update submodule kcidb
5656
run: cd kernelci.org/external/kcidb;git pull origin main
57+
- name: Update submodule kci-dev
58+
run: cd kernelci.org/external/kci-dev;git pull origin main
5759

5860
- name: Setup Hugo
5961
uses: peaceiris/actions-hugo@v3

0 commit comments

Comments
 (0)