.gitlab-ci: symbolic link between index.en.html and index.html
This commit is contained in:
parent
8285c4a35a
commit
d03c82c4c3
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ test:
|
|||
stage: test
|
||||
script:
|
||||
- ikiwiki --setup ikiwiki.setup
|
||||
- ln -s index.en.html public/index.html
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
|
||||
tags:
|
||||
|
@ -14,6 +15,7 @@ pages:
|
|||
stage: deploy
|
||||
script:
|
||||
- ikiwiki --setup ikiwiki.setup
|
||||
- ln -s index.en.html public/index.html
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
Loading…
Reference in a new issue