mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 18:57:15 +00:00
deploy-webui.yml: include submodule capa-rules checkout
This commit is contained in:
parent
6da0e5d985
commit
12f1851ba5
1 changed files with 4 additions and 0 deletions
4
.github/workflows/deploy-webui.yml
vendored
4
.github/workflows/deploy-webui.yml
vendored
|
|
@ -28,6 +28,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
fetch-depth: 1
|
||||
show-progress: true
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue