Build talk slides during deploy
This commit is contained in:
parent
7fa7d762e0
commit
5ae79ffa6e
4 changed files with 8 additions and 1 deletions
6
tools/ansible/includes/build-talk-slides.yml
Normal file
6
tools/ansible/includes/build-talk-slides.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Generate static slides for talks
|
||||
shell: >
|
||||
npm install; npx reveal-md slides.md --static --static-dirs=assets
|
||||
chdir={{ ansistrano_release_path.stdout }}/slides/{{ item }}
|
||||
with_items: '{{ slides_repo_names }}'
|
Loading…
Add table
Add a link
Reference in a new issue