Skip to content

Commit

Permalink
Merge pull request #2194 from tgodzik/fix-release-website
Browse files Browse the repository at this point in the history
bugfix: checkout all submodules on website release
  • Loading branch information
tgodzik authored Nov 16, 2023
2 parents 0f6e059 + c8a625b commit f9d01bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit f9d01bc

Please sign in to comment.