Revert "Build talk slides during deploy"

This reverts commit 5ae79ffa6e.
This commit is contained in:
Oliver Davies 2020-08-12 21:15:04 +01:00
parent 5ae79ffa6e
commit 8761f9c4cc
4 changed files with 1 additions and 8 deletions

View file

@ -1,6 +0,0 @@
---
- 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 }}'