You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Deze repo is gearchiveerd. U kunt bestanden bekijken en het klonen, maar niet pushen of problemen/pull-requests openen.
 
 
 
 
 
 

20 regels
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