Skip to content

Commit 85cf7aa

Browse files
authored
checkout repo (#14)
1 parent 0bfced3 commit 85cf7aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-javadoc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
publish:
1313
runs-on: ubuntu-latest
1414
steps:
15+
- name: Checkout
16+
uses: actions/checkout@v3
17+
with:
18+
fetch-depth: 1
1519

1620
- name: Set up Java
1721
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)