This website works better with JavaScript.
Home
Explore
Help
Sign In
E2L_Ivry
/
cours-python
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
The artifact path _has_ to be 'public'
master
Dimitri Merejkowsky
4 years ago
parent
224ca31f79
commit
df5256354c
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.gitlab-ci.yml
+ 2
- 1
.gitlab-ci.yml
View File
@@ -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