From b9b55a3107522439a2e38047db73c646bdb3d2bd Mon Sep 17 00:00:00 2001 From: Simon Gravelle Date: Sun, 13 Apr 2025 10:51:56 +0200 Subject: [PATCH] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index eb1a8ed2..8dc6b3de 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -23,6 +23,9 @@ jobs: submodules: recursive fetch-depth: 0 + - name: Checkout submodules + run: git submodule update --init --recursive + - name: Set up Python uses: actions/setup-python@v2.2.1 with: