diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c810074..b9511a2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,6 +15,8 @@ jobs: dotnet-version: 6.0.x - name: Checkout uses: actions/checkout@v4 + with: + submodules: recursive - name: Run Statiq run: dotnet run - name: Upload to FTP