An error occurred while loading the file. Please try again.
-
BEAUVAIS ANTOINE authored2829a735
This GitLab CI configuration is valid.
Learn more
.gitlab-ci.yml 281 B
image: eclipse-temurin:17
workflow:
rules:
- if: '$CI_COMMIT_BRANCH'
pages:
tags:
- kubernetes
script:
- ./gradlew javadoc
- mv ./build/docs/javadoc public/javadoc
artifacts:
paths:
- public
rules:
- if: '$CI_COMMIT_BRANCH == "master"'