mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
Publish docu to GL Pages
This commit is contained in:
parent
47cd1dd055
commit
bdcd843d75
2 changed files with 18 additions and 6 deletions
|
|
@ -423,4 +423,16 @@ Build documentation:
|
|||
- make html
|
||||
artifacts:
|
||||
paths:
|
||||
- docs/build/html/
|
||||
- docs/build/html/
|
||||
|
||||
pages:
|
||||
image: alpine:latest
|
||||
stage: deploy
|
||||
script:
|
||||
- cp docs/build/html public -r # GL Pages needs the files in a directory named "public"
|
||||
artifats:
|
||||
paths:
|
||||
- public
|
||||
needs: ["Build documentation"]
|
||||
#rules: # TODO: activate before merge
|
||||
# - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' # only publish pages on default (master) branch
|
||||
Loading…
Add table
Add a link
Reference in a new issue