Skip to content

Commit 37d3bb3

Browse files
Fix submodule checkout for all workflows
1 parent 15e3491 commit 37d3bb3

31 files changed

Lines changed: 31 additions & 31 deletions

.github/workflows/reference-groupdocs-annotation-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v2
3030
with:
31-
submodules: true # Fetch Hugo themes
31+
submodules: false # Theme is a private repo, fetched explicitly below with REPO_TOKEN
3232
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
3333
- name: Checkout theme repo
3434
uses: actions/checkout@main

.github/workflows/reference-groupdocs-assembly-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v2
3030
with:
31-
submodules: true # Fetch Hugo themes
31+
submodules: false # Theme is a private repo, fetched explicitly below with REPO_TOKEN
3232
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
3333
- name: Checkout theme repo
3434
uses: actions/checkout@main

.github/workflows/reference-groupdocs-classification-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v2
3030
with:
31-
submodules: true # Fetch Hugo themes
31+
submodules: false # Theme is a private repo, fetched explicitly below with REPO_TOKEN
3232
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
3333
- name: Checkout theme repo
3434
uses: actions/checkout@main

.github/workflows/reference-groupdocs-comparison-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v2
3030
with:
31-
submodules: true # Fetch Hugo themes
31+
submodules: false # Theme is a private repo, fetched explicitly below with REPO_TOKEN
3232
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
3333
- name: Checkout theme repo
3434
uses: actions/checkout@main

.github/workflows/reference-groupdocs-conversion-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v2
3030
with:
31-
submodules: true # Fetch Hugo themes
31+
submodules: false # Theme is a private repo, fetched explicitly below with REPO_TOKEN
3232
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
3333
- name: Checkout theme repo
3434
uses: actions/checkout@main

.github/workflows/reference-groupdocs-editor-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v2
3030
with:
31-
submodules: true # Fetch Hugo themes
31+
submodules: false # Theme is a private repo, fetched explicitly below with REPO_TOKEN
3232
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
3333
- name: Checkout theme repo
3434
uses: actions/checkout@main

.github/workflows/reference-groupdocs-markdown-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v2
3030
with:
31-
submodules: true # Fetch Hugo themes
31+
submodules: false # Theme is a private repo, fetched explicitly below with REPO_TOKEN
3232
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
3333
- name: Checkout theme repo
3434
uses: actions/checkout@main

.github/workflows/reference-groupdocs-merger-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v2
3030
with:
31-
submodules: true # Fetch Hugo themes
31+
submodules: false # Theme is a private repo, fetched explicitly below with REPO_TOKEN
3232
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
3333
- name: Checkout theme repo
3434
uses: actions/checkout@main

.github/workflows/reference-groupdocs-metadata-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v2
3030
with:
31-
submodules: true # Fetch Hugo themes
31+
submodules: false # Theme is a private repo, fetched explicitly below with REPO_TOKEN
3232
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
3333
- name: Checkout theme repo
3434
uses: actions/checkout@main

.github/workflows/reference-groupdocs-parser-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v2
3030
with:
31-
submodules: true # Fetch Hugo themes
31+
submodules: false # Theme is a private repo, fetched explicitly below with REPO_TOKEN
3232
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
3333
- name: Checkout theme repo
3434
uses: actions/checkout@main

0 commit comments

Comments
 (0)