From 6e2c18733261d18ecdee64a25bd1d95a740c3db6 Mon Sep 17 00:00:00 2001 From: larsLotNav Date: Mon, 23 Jan 2023 11:31:57 +0100 Subject: [PATCH] Submodules --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cfbf3557..83d675bb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + submodules: true - uses: docker/login-action@v2 with: registry: ghcr.io