From 9d63c31679a0b32430ed5581b4c7b956d1a574c0 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Thu, 7 Jul 2016 14:12:13 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c2c4d7..15d1083 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ before_script: test: stage: test script: - - ikiwiki --setup .ikiwiki/ikiwiki.setup --libdir themes/ikistrap/lib + - ikiwiki --setup ikiwiki.setup --libdir themes/ikistrap/lib only: - branches - tags @@ -45,7 +45,7 @@ test: pages: stage: deploy script: - - ikiwiki --setup .ikiwiki/ikiwiki.setup --libdir themes/ikistrap/lib + - ikiwiki --setup ikiwiki.setup --libdir themes/ikistrap/lib artifacts: paths: - public