Parcourir la source

The artifact path _has_ to be 'public'

master
Dimitri Merejkowsky il y a 4 ans
Parent
révision
df5256354c
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      .gitlab-ci.yml

+ 2
- 1
.gitlab-ci.yml Voir le fichier

@@ -11,8 +11,9 @@ pages:
- cd cours
- poetry install
- poetry run python build.py --werror
- mv build/html ../public/
artifacts:
paths:
- cours/build/html/
- public
only:
- master