From 1151e1fac5e7805e0cfeea89acc3b2efedb89940 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 8 Oct 2022 12:54:43 -0400 Subject: generate schedule when slug is not defined --- playbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook.yaml b/playbook.yaml index 665af55..9d87615 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -39,7 +39,7 @@ tasks: - name: Publish the schedule command: emacs -l ~/.emacs.d/init.el --batch --exec '(emacsconf-generate-main-schedule)' - when: private.changed + when: private.changed and slug is not defined - name: Update a specific talk's nav page tags: publish-talk command: emacs -l ~/.emacs.d/init.el --batch --exec '(emacsconf-with-talk-heading "{{ slug }}" (emacsconf-update-talk))' -- cgit v1.2.3