From 8abe89f46453eec722f8c764b962712fc3892bf1 Mon Sep 17 00:00:00 2001 From: torsten-systemticks Date: Mon, 22 Jul 2019 17:02:27 +0200 Subject: [PATCH] fixed out dir --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 650127e..898a331 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,8 @@ deploy: api_key: secure: $GITHUB_TOKEN file: - - ./documents/output/arc42-template.html - - ./documents/output/arc42-template.pdf + - ./asciidoc/output/arc42-template.html + - ./asciidoc/output/arc42-template.pdf skip_cleanup: true on: tags: true \ No newline at end of file