Skip to content

Commit

Permalink
fix(deploy.yml): Add kci-dev repo
Browse files Browse the repository at this point in the history
This might not work initially, but required for new project repo
PR verification.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Nov 21, 2024
1 parent 737da35 commit 3759c3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
run: cd kernelci.org/external/kernelci-core;git pull origin main
- name: Update submodule kcidb
run: cd kernelci.org/external/kcidb;git pull origin main
- name: Update submodule kci-dev
run: cd kernelci.org/external/kci-dev;git pull origin main

- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
Expand Down

0 comments on commit 3759c3b

Please sign in to comment.