Skip to content

Commit 56b810a

Browse files
committed
Add deploy pages
Signed-off-by: Thomas <[email protected]>
1 parent 464aee6 commit 56b810a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitlab-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ build-documentation:
2727
- pip install uv
2828
script:
2929
- tools/build-docs.sh
30+
artifacts:
31+
paths:
32+
- build/html/
3033

3134
code_quality:
3235
when: manual
@@ -56,3 +59,12 @@ deploy-python-package:
5659

5760
script:
5861
- tools/deploy-package.sh
62+
63+
pages:
64+
stage: deploy
65+
script:
66+
- mv build/html/ public/
67+
artifacts:
68+
paths:
69+
- public/
70+

0 commit comments

Comments
 (0)