Skip to content

Commit 704ab6f

Browse files
authored
Use fetch-depth: 0 (#1196)
This is required so that Antora can use the cloned repository for building the site.
1 parent 57393ed commit 704ab6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v3
1919
with:
20-
fetch-depth: 5
20+
# required for Antora to use the cloned repository to build
21+
fetch-depth: 0
2122
- name: Set up JDK 17
2223
uses: actions/setup-java@v3
2324
with:

0 commit comments

Comments
 (0)