Publish docu to GL Pages

This commit is contained in:
Benedikt Brückmann 2021-05-10 07:53:21 +02:00 committed by Hans-Christoph Steiner
parent bdcd843d75
commit 245aeec972
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -68,3 +68,6 @@ makebuildserver.config.py
# generated by gettext
locale/*/LC_MESSAGES/fdroidserver.mo
# sphinx
public/

View File

@ -430,7 +430,7 @@ pages:
stage: deploy
script:
- cp docs/build/html public -r # GL Pages needs the files in a directory named "public"
artifats:
artifacts:
paths:
- public
needs: ["Build documentation"]