Skip to content

Commit

Permalink
Merge pull request #5393 from JabRef/checkout-submodule
Browse files Browse the repository at this point in the history
Checkout submodule
  • Loading branch information
Siedlerchr committed Oct 5, 2019
2 parents cb65af0 + d3fd6f9 commit 2160229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- name: Checkout source
uses: actions/checkout@v1
with:
fetch-depth: 1
depth: 1
submodules: true
- name: Set up JDK
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 2160229

Please sign in to comment.