build: reduce build time #685

This commit is contained in:
Sören Weber 2023-10-19 21:25:35 +02:00
parent 6c5bf0f9a4
commit bb76d25145
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
3 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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