remove submodule and pipeline update

This commit is contained in:
2025-01-21 15:00:20 +01:00
parent 9608eea01b
commit 85c65a5a9b
3 changed files with 6 additions and 5 deletions

View File

@@ -3,7 +3,6 @@ image: python:latest
before_script:
- time apt update
- time pip install -r requirements.txt
- time cd mkdocs-ivory && python setup.py install && cd ..
pages:
stage: deploy
@@ -14,4 +13,10 @@ pages:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
changes:
- "docs/**/*"
- "mkdocs.yml"