mirror of
https://github.com/mandiant/capa.git
synced 2025-12-05 20:40:05 -08:00
deploy-webui.yml: include submodule capa-rules checkout
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user