Skip to content

Commit 1dd0d4a

Browse files
committed
Adding checkout of submodule to workflow
1 parent 53832d1 commit 1dd0d4a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build_main_rules.yml

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

1822
- name: build main rules
1923
run: |

onstage_rules/rules.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ From 2021 onwards, there will be no sub-leagues in RoboCupJunior OnStage.
6161
|image:media/OnStage/StagePerfRight.jpg[width=230]
6262
|===
6363

64-
//test
65-
6664
[[general-rules]]
6765
include::general-rules.adoc[]
6866

0 commit comments

Comments
 (0)