Skip to content
Snippets Groups Projects

Merge/dev to fork master merge

1 file
+ 18
18
Compare changes
  • Side-by-side
  • Inline
+ 18
18
@@ -22,22 +22,22 @@ build:
paths:
- "/builds/jastadd/ragconnect/build/libs/ragconnect-*.jar"
publish:
image: openjdk:11
stage: publish
script:
- "./gradlew publish"
only:
- master
#publish:
# image: openjdk:11
# stage: publish
# script:
# - "./gradlew publish"
# only:
# - master
pages:
image: python:3.7-alpine
stage: publish
script:
- pip install -U sphinx sphinx-rtd-theme recommonmark sphinxemoji sphinx-markdown-tables
- sphinx-build -b html pages/ public
artifacts:
paths:
- public
only:
- master
#pages:
# image: python:3.7-alpine
# stage: publish
# script:
# - pip install -U sphinx sphinx-rtd-theme recommonmark sphinxemoji sphinx-markdown-tables
# - sphinx-build -b html pages/ public
# artifacts:
# paths:
# - public
# only:
# - master
Loading