1
0
Fork 0
forked from ilot/ilot-io

gitlab-ci: add symbolic link of index.html that points to index.en.html

This commit is contained in:
Antoine Martin 2024-06-20 23:20:45 -04:00
parent f44fdbf600
commit 4f9ed7bd43
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -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