Skip to content

Commit

Permalink
build: reduce build time #685
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Oct 19, 2023
1 parent 6c5bf0f commit bb76d25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build-deployment.yaml
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs-build.yaml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/version-release.yaml
Expand Up @@ -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
Expand Down

0 comments on commit bb76d25

Please sign in to comment.