Loading .gitlab-ci.yml 0 → 100644 +13 −0 Original line number Diff line number Diff line stages: - build - deploy .build: &build stage: build script: - make html build:docker: <<: *build image: sphinxdoc/sphinx needs: [ ] No newline at end of file Loading
.gitlab-ci.yml 0 → 100644 +13 −0 Original line number Diff line number Diff line stages: - build - deploy .build: &build stage: build script: - make html build:docker: <<: *build image: sphinxdoc/sphinx needs: [ ] No newline at end of file