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