From bb76d25145347167ff442d8a3aa2b33ab5bfd9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 19 Oct 2023 21:25:35 +0200 Subject: [PATCH] build: reduce build time #685 --- .github/workflows/docs-build-deployment.yaml | 2 +- .github/workflows/docs-build.yaml | 1 + .github/workflows/version-release.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-build-deployment.yaml b/.github/workflows/docs-build-deployment.yaml index 81a1e697cb..296ccb02a0 100644 --- a/.github/workflows/docs-build-deployment.yaml +++ b/.github/workflows/docs-build-deployment.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 with: submodules: true # Fetch Hugo themes (true OR recursive) - fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod + # fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - not necessary for this repo - name: Build site uses: ./.github/actions/build_site diff --git a/.github/workflows/docs-build.yaml b/.github/workflows/docs-build.yaml index 175b4f8f9e..cc74f35ec8 100644 --- a/.github/workflows/docs-build.yaml +++ b/.github/workflows/docs-build.yaml @@ -15,6 +15,7 @@ jobs: uses: actions/checkout@v3 with: submodules: true # Fetch Hugo themes (true OR recursive) + # fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - not necessary for this repo - name: Build site uses: ./.github/actions/build_site diff --git a/.github/workflows/version-release.yaml b/.github/workflows/version-release.yaml index bf76f2c756..7e7929a9e8 100644 --- a/.github/workflows/version-release.yaml +++ b/.github/workflows/version-release.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3 with: submodules: true # Fetch Hugo themes (true OR recursive) - fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod + # fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - not necessary for this repo - name: Check milestone id: check