1
0
Fork 0
forked from ilot/ilot-io

Initial commit

This commit is contained in:
Antoine Martin 2024-06-14 14:22:59 -04:00
commit aac2060c2e
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
31 changed files with 1113 additions and 0 deletions

25
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,25 @@
before_script:
- sudo apk add git ikiwiki
- git submodule init
- git submodule update
test:
stage: test
script:
- ikiwiki --setup ikiwiki.setup
rules:
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
tags:
- knit
pages:
stage: deploy
script:
- ikiwiki --setup ikiwiki.setup
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
tags:
- knit