mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-22 23:05:22 +02:00
Publish exercise templates to Pages.
This commit is contained in:
parent
adabd342ff
commit
d0ef072cf2
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -50,6 +50,12 @@ jobs:
|
||||
echo "::endgroup::"
|
||||
done
|
||||
|
||||
- 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user