Skip to content

Commit

Permalink
checkout repository recursively
Browse files Browse the repository at this point in the history
Salome and I were testing the current build artifact and realized that the TEI Stylesheets were missing in the EOL xar which caused the Edirom to fail miserably. 
Introducing `submodules: 'recursive'` will hopefully fix this – or is there any reason to exclude the submodules from the build here?
  • Loading branch information
peterstadler committed Sep 5, 2024
1 parent de346bc commit 0f0991f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
steps:
- name: Chekout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
submodules: 'recursive'

- name: Get short sha
uses: benjlevesque/short-sha@599815c8ee942a9616c92bcfb4f947a3b670ab0b # v3.0
Expand Down

0 comments on commit 0f0991f

Please sign in to comment.