Fix setup path
This commit is contained in:
parent
04300d300b
commit
bf426e18ff
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ before_script:
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- ikiwiki --setup .ikiwiki/ikiwiki.setup --libdir themes/ikistrap/lib
|
- ikiwiki --setup ikiwiki.setup --libdir themes/ikistrap/lib
|
||||||
only:
|
only:
|
||||||
- branches
|
- branches
|
||||||
- tags
|
- tags
|
||||||
|
@ -16,7 +16,7 @@ test:
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- ikiwiki --setup .ikiwiki/ikiwiki.setup --libdir themes/ikistrap/lib
|
- ikiwiki --setup ikiwiki.setup --libdir themes/ikistrap/lib
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
Loading…
Reference in a new issue