Skip to content

Commit

Permalink
Package solar system labs
Browse files Browse the repository at this point in the history
  • Loading branch information
leogermond committed Nov 30, 2020
1 parent 53539bd commit 8dc5611
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
name: Standard Spark course
path: out/spark_for_ada_programmers/course.pdf


- name: Lab Radar PDF
run: python3 pandoc/lab_docs.py -r courses/fundamentals_of_ada/labs/radar out/radar

Expand All @@ -97,6 +98,19 @@ jobs:
name: Radar lab full
path: out/radar/pkg/*


- name: Lab Solar System PDF
run: python3 pandoc/lab_docs.py -r courses/fundamentals_of_ada/labs/solar_system out/solar_system

- name: Lab Solar System package
run: bash contrib/ci/package_labs.sh courses/fundamentals_of_ada/labs/solar_system out/solar_system && unzip out/solar_system/solar_system.zip -d out/solar_system/pkg

- name: Lab Solar System upload
uses: actions/upload-artifact@v2
with:
name: Solar System lab full
path: out/solar_system/pkg/*

labs-build:

name: labs # intentionly short
Expand Down

0 comments on commit 8dc5611

Please sign in to comment.