do submodules!!
This commit is contained in:
parent
1dac27b142
commit
b01e025919
1 changed files with 3 additions and 0 deletions
3
.github/workflows/update-server.yml
vendored
3
.github/workflows/update-server.yml
vendored
|
@ -11,6 +11,9 @@ jobs:
|
|||
apt update -y
|
||||
apt install -y docker-compose
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
- name: validate files
|
||||
run: |
|
||||
set -e
|
||||
|
|
Reference in a new issue