瀏覽代碼

The artifact path _has_ to be 'public'

master
Dimitri Merejkowsky 4 年之前
父節點
當前提交
df5256354c
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      .gitlab-ci.yml

+ 2
- 1
.gitlab-ci.yml 查看文件

@@ -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