diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 6d355b2dd..54b3f9fe3 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -73,8 +73,8 @@ jobs: - name: Checkout built branch uses: actions/checkout@v4 with: - submodules: recursive fetch-depth: 0 + submodules: true - name: Collect image artifact if: needs.id_repo.outputs.in_base_repo == 'false' uses: actions/download-artifact@v4 @@ -133,7 +133,7 @@ jobs: with: { tool-cache: true, large-packages: false } - name: Checkout built branch uses: actions/checkout@v4 - with: { submodules: recursive } + with: { submodules: true } - name: Collect image artifact if: needs.id_repo.outputs.in_base_repo == 'false' uses: actions/download-artifact@v4 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e8b8a5c8f..e5a2baf8a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -164,7 +164,7 @@ jobs: with: { tool-cache: true, large-packages: false } - name: Checkout built branch uses: actions/checkout@v4 - with: { submodules: recursive } + with: { submodules: true } - name: Collect image artifact if: needs.id_repo.outputs.in_base_repo == 'false' uses: actions/download-artifact@v4 @@ -318,7 +318,7 @@ jobs: with: { tool-cache: true, large-packages: false } - name: Checkout built branch uses: actions/checkout@v4 - with: { submodules: recursive } + with: { submodules: true } - name: Collect image artifact if: needs.id_repo.outputs.in_base_repo == 'false' uses: actions/download-artifact@v4 @@ -411,7 +411,7 @@ jobs: with: { tool-cache: true, large-packages: false } - name: Checkout built branch uses: actions/checkout@v4 - with: { submodules: recursive } + with: { submodules: true } - name: Collect image artifact if: needs.id_repo.outputs.in_base_repo == 'false' uses: actions/download-artifact@v4