kind: pipeline type: docker name: CI trigger: when: branch: - master - doc event: - push steps: - name: generate-and-deploy-docs image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer:latest failure: ignore commands: - /entrypoint.sh -l doc -t doxygen when: branch: - master - doc event: - push