1
0
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:
Martin Geisler 2023-02-06 17:20:32 +01:00 committed by GitHub
parent f9dea3d7a3
commit 413098cdac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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