Loading .gitlab-ci.yml +19 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,9 @@ stages: script: - cd docs - make html artifacts: paths: - docs/build/html build:docker: <<: *build Loading @@ -14,3 +17,18 @@ build:docker: - docker image: sphinxdoc/sphinx needs: [ ] .deploy: &deploy stage: deploy script: - cp -rv docs/build/html ${DEPLOY_PATH} deploy:prod: <<: *deploy tags: - caesarvm # only: # - main needs: [ "build:docker" ] variables: DEPLOY_PATH: "/test/wiki/docs/build/html" No newline at end of file Loading
.gitlab-ci.yml +19 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,9 @@ stages: script: - cd docs - make html artifacts: paths: - docs/build/html build:docker: <<: *build Loading @@ -14,3 +17,18 @@ build:docker: - docker image: sphinxdoc/sphinx needs: [ ] .deploy: &deploy stage: deploy script: - cp -rv docs/build/html ${DEPLOY_PATH} deploy:prod: <<: *deploy tags: - caesarvm # only: # - main needs: [ "build:docker" ] variables: DEPLOY_PATH: "/test/wiki/docs/build/html" No newline at end of file