mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix dev workflow
This commit is contained in:
parent
4bb6d40a53
commit
642da402bc
1 changed files with 4 additions and 5 deletions
9
.github/workflows/dev.yml
vendored
9
.github/workflows/dev.yml
vendored
|
|
@ -7,11 +7,10 @@ on:
|
|||
branches: [dev]
|
||||
|
||||
jobs:
|
||||
steps:
|
||||
- name: Checkout repository and submodules
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
checkout-repository:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
# Containers
|
||||
build-containers:
|
||||
|
|
|
|||
Loading…
Reference in a new issue