mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-27 15:26:56 +02:00
Zip exercise templates for translation build artifacts.
This commit is contained in:
parent
6b7c7cbc73
commit
ed4f5b64c4
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -132,6 +132,9 @@ jobs:
|
||||
- name: Build course with ${{ matrix.language }} translation
|
||||
run: mdbook build
|
||||
|
||||
- name: Zip exercise templates for ${{ matrix.language }} translation
|
||||
run: cd book/exerciser && zip --recurse-paths ../html/exercises.zip exercise-templates/
|
||||
|
||||
- name: Upload ${{ matrix.language }} translation
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user