aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4bbd11b..0d513ef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,8 +17,9 @@ pages:
script:
- apt-get update && apt-get install -y python3
- ./build_html.sh
+ - mv html public
artifacts:
paths:
- - html
+ - public
only:
- main