Initial FR translations #1

Closed
ayakael wants to merge 15 commits from index/translate-fr into main
Showing only changes of commit 74979d132c - Show all commits

View file

@ -14,20 +14,16 @@ test:
- public
tags:
- knit
environment:
name: Develop
url: "https://lab.ilot.io/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts/public/index.html"
variables:
PUBLIC_URL: "/-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts/public"
pages:
stage: deploy
script:
- ikiwiki --setup ikiwiki.setup
- echo "Pages accessible through ${CI_PAGES_URL}/${CI_COMMIT_BRANCH}"
pages:
path_prefix: "$CI_COMMIT_BRANCH"
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
tags:
- knit