Skip to content

Commit 53832d1

Browse files
committed
File change to trigger rebuild
1 parent 19b488e commit 53832d1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/build_entry_rules.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616

1717
- name: build entry rules
1818
run: |
19-
ls -R
2019
docker run -v $(pwd):/documents asciidoctor/docker-asciidoctor .ci/adoc-to-tex.sh onstage_entry_rules
2120
docker run -v $(pwd):/documents mrshu/texlive-dblatex .ci/tex-to-pdf.sh onstage_entry_rules
2221
mkdir -p dist/${GITHUB_REF#refs/heads/}/

.github/workflows/build_main_rules.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717

1818
- name: build main rules
1919
run: |
20+
ls -R
2021
docker run -v $(pwd):/documents asciidoctor/docker-asciidoctor .ci/adoc-to-tex.sh onstage_rules
2122
docker run -v $(pwd):/documents mrshu/texlive-dblatex .ci/tex-to-pdf.sh onstage_rules
2223
mkdir -p dist/${GITHUB_REF#refs/heads/}/

onstage_rules/rules.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ 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+
6466
[[general-rules]]
6567
include::general-rules.adoc[]
6668

0 commit comments

Comments
 (0)