diff options
-rw-r--r-- | playbook.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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))' |