From 7f9582afc945420af3abdd457e140a5e8b897206 Mon Sep 17 00:00:00 2001 From: Simon Gravelle Date: Sun, 13 Apr 2025 10:11:04 +0200 Subject: [PATCH] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 56d148e8..8106d579 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v3 with: context: . - submodules: true + submodules: recursive fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v2.2.1