Skip to content

Commit

Permalink
Build mock exam in CI environment #41
Browse files Browse the repository at this point in the history
  • Loading branch information
pintergreg committed Nov 27, 2024
1 parent bdcd3ee commit 49add21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
run: |
npx markmap-cli -o lectures/mindmap.html --offline --no-open lectures/mindmap.md
- name: build mock exam
run: |
cd lectures
ruby build_mock_exam.rb
cd ..
- name: copy slides
run: |
mkdir -p book/slides/figures
Expand Down

0 comments on commit 49add21

Please sign in to comment.