Skip to content

Commit 49add21

Browse files
committed
Build mock exam in CI environment #41
1 parent bdcd3ee commit 49add21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ jobs:
4343
run: |
4444
npx markmap-cli -o lectures/mindmap.html --offline --no-open lectures/mindmap.md
4545
46+
- name: build mock exam
47+
run: |
48+
cd lectures
49+
ruby build_mock_exam.rb
50+
cd ..
51+
4652
- name: copy slides
4753
run: |
4854
mkdir -p book/slides/figures

0 commit comments

Comments
 (0)