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