Skip to content

Commit f8c602c

Browse files
committed
Adjusted build scripts to make use of submodules
1 parent 6b99b4a commit f8c602c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/build_entry_rules.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ jobs:
1111
build:
1212
name: build entry rules
1313
runs-on: ubuntu-20.04
14+
1415
steps:
15-
- uses: actions/checkout@v2
16+
- name: Checkout repository with submodules
17+
uses: actions/checkout@v2
18+
with:
19+
submodules: true
1620

1721
- name: build entry rules
1822
run: |

.github/workflows/build_main_rules.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- 'preamble.tex'
88
- 'committee_list.tex'
99

10-
1110
jobs:
1211
build:
1312
name: build main rules

0 commit comments

Comments
 (0)