25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 

20 lines
250 B

  1. image: python:latest
  2. before_script:
  3. - pip install poetry
  4. pages:
  5. script:
  6. - cd cours
  7. - poetry install
  8. - poetry run python build.py --werror
  9. - mv build/html ../public/
  10. artifacts:
  11. paths:
  12. - public
  13. only:
  14. - master