mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Publish docu to GL Pages
This commit is contained in:
parent
bdcd843d75
commit
245aeec972
2 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -68,3 +68,6 @@ makebuildserver.config.py
|
||||||
|
|
||||||
# generated by gettext
|
# generated by gettext
|
||||||
locale/*/LC_MESSAGES/fdroidserver.mo
|
locale/*/LC_MESSAGES/fdroidserver.mo
|
||||||
|
|
||||||
|
# sphinx
|
||||||
|
public/
|
||||||
|
|
@ -430,7 +430,7 @@ pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- cp docs/build/html public -r # GL Pages needs the files in a directory named "public"
|
- cp docs/build/html public -r # GL Pages needs the files in a directory named "public"
|
||||||
artifats:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
needs: ["Build documentation"]
|
needs: ["Build documentation"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue