diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 154a85b78e6c62f4058d2d7443832d83515704fd..e71440557542fe8a67bf6f39d7d3fc38f8ea3441 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,11 +2,12 @@ image: python:3.8-buster variables: GIT_SUBMODULE_STRATEGY: recursive + PIP_EXTRA_INDEX_URL: https://edugit.org/api/v4/projects/257/packages/pypi/simple pages: stage: deploy before_script: - - pip install Markdown gitpython pelican py_w3c beautifulsoup4 + - pip install -r requirements.txt script: - make publish environment: @@ -20,7 +21,7 @@ pages: pages_staging: stage: test before_script: - - pip install Markdown gitpython pelican py_w3c beautifulsoup4 + - pip install -r requirements.txt script: - make publish environment: diff --git a/.gitmodules b/.gitmodules index ae1cfb9f9ad9c2c30c1ed893a2a072e4f033afa2..e35709471188f9a716688b1ee974163e1ef3a753 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "plugins"] path = plugins url = https://github.com/getpelican/pelican-plugins -[submodule "themes/teckids"] - path = themes/teckids - url = https://edugit.org/Teckids/team-pr/pelican-theme-teckids diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..fccc4a158da404b3ca859b053b9c60d24f649240 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +pelican +Markdown +gitpython +py_w3c +beautifulsoup4 +pelican-theme-teckids diff --git a/themes/teckids b/themes/teckids deleted file mode 160000 index 32ff535ccce0b353f7e35e86be22c263932c0224..0000000000000000000000000000000000000000 --- a/themes/teckids +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 32ff535ccce0b353f7e35e86be22c263932c0224