mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-24 00:30:29 +02:00
Upload build output as artifacts (#342)
This makes it super easy for translators to see the results of their work: every PR will now have a list of artifacts, one per translation.
This commit is contained in:
parent
f9dea3d7a3
commit
413098cdac
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -124,5 +124,11 @@ jobs:
|
||||
- name: Build course with ${{ matrix.language }} translation
|
||||
run: mdbook build
|
||||
|
||||
- name: Upload ${{ matrix.language }} translation
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: comprehensive-rust-${{ matrix.language }}
|
||||
path: book/
|
||||
|
||||
- name: Test code snippets with ${{ matrix.language }} translation
|
||||
run: mdbook test
|
||||
|
Loading…
x
Reference in New Issue
Block a user