選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。
 
 
 
 
 
 

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