]>
git.r.bdr.sh - rbdr/lyricli/blobdiff - .gitlab-ci.yml
stage: lint
script:
- make lint
stage: lint
script:
- make lint
-
-document:
- stage: document
- script:
- - make document
- artifacts:
- paths:
- - docs
-
-pages:
- stage: deploy
- script:
- - mv docs public
- artifacts:
- paths:
- - public