mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-24 07:21:05 +02:00
Make zip part as part of script.
This makes running local builds easier.
This commit is contained in:
parent
c17e8abbd7
commit
3f7cc60686
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -53,9 +53,6 @@ jobs:
|
||||
- name: Build exercise templates
|
||||
run: ./build-exercise-templates.sh
|
||||
|
||||
- name: Archive exercise templates
|
||||
run: zip --recurse-paths book/exercises.zip exercise-templates/
|
||||
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v2
|
||||
|
||||
|
@ -5,3 +5,5 @@ set -euxo pipefail
|
||||
mkdir exercise-templates
|
||||
cargo run --bin exerciser src/exercises/bare-metal/compass.md exercise-templates/compass
|
||||
cargo run --bin exerciser src/exercises/bare-metal/rtc.md exercise-templates/rtc
|
||||
|
||||
zip --recurse-paths book/exercises.zip exercise-templates/
|
||||
|
Loading…
x
Reference in New Issue
Block a user