Skip to content
Snippets Groups Projects
Commit ef352f27 authored by Rudolf, Michael's avatar Rudolf, Michael
Browse files

Fixed pipeline

parent 6b47e7c3
No related branches found
No related tags found
No related merge requests found
Pipeline #303810 passed
...@@ -3,7 +3,7 @@ image: python:3.7-alpine ...@@ -3,7 +3,7 @@ image: python:3.7-alpine
test: test:
stage: test stage: test
script: script:
- pip install -U sphinx sphinx_rtd_theme myst_parser - pip install -U sphinx sphinx_rtd_theme myst_parser pydata_sphinx_theme
- sphinx-build -b html . public - sphinx-build -b html . public
rules: rules:
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH - if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
...@@ -11,7 +11,7 @@ test: ...@@ -11,7 +11,7 @@ test:
pages: pages:
stage: deploy stage: deploy
script: script:
- pip install -U sphinx sphinx_rtd_theme myst_parser - pip install -U sphinx sphinx_rtd_theme myst_parser pydata_sphinx_theme
- sphinx-build -b html . public - sphinx-build -b html . public
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment