mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-02 11:24:56 +00:00
remove submodule and pipeline update
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
|
||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
||||
[submodule "mkdocs-ivory"]
|
||||
path = mkdocs-ivory
|
||||
url = https://github.com/daizutabi/mkdocs-ivory.git
|
Submodule mkdocs-ivory deleted from 8d8a9aca05
Reference in New Issue
Block a user