Skip to content
Snippets Groups Projects
Verified Commit f6be5fab authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Use packaged pelican theme

parent 32b7a55b
No related branches found
No related tags found
No related merge requests found
Pipeline #27525 failed
...@@ -2,11 +2,12 @@ image: python:3.8-buster ...@@ -2,11 +2,12 @@ image: python:3.8-buster
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
PIP_EXTRA_INDEX_URL: https://edugit.org/api/v4/projects/257/packages/pypi/simple
pages: pages:
stage: deploy stage: deploy
before_script: before_script:
- pip install Markdown gitpython pelican py_w3c beautifulsoup4 - pip install -r requirements.txt
script: script:
- make publish - make publish
artifacts: artifacts:
......
[submodule "themes/teckids"]
path = themes/teckids
url = https://edugit.org/Teckids/team-pr/pelican-theme-teckids
[submodule "plugins"] [submodule "plugins"]
path = plugins path = plugins
url = https://github.com/getpelican/pelican-plugins url = https://github.com/getpelican/pelican-plugins
Subproject commit 32ff535ccce0b353f7e35e86be22c263932c0224
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment