Skip to content
Snippets Groups Projects
Verified Commit da36552a authored by Jake's avatar Jake
Browse files

updated .gitlab-ci.yml

parent 99eb4223
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,7 @@ site:
before_script:
- apt-get update && apt-get install -y --no-install-recommends python3-pip python3 make git wget software-properties-common
- wget -O pandoc.deb https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-1-amd64.deb && dpkg -i pandoc.deb && rm --interactive=never pandoc.deb
- ./installpelican.sh
- pip3 install tzlocal markdown pelican-pandoc-reader gitpython typogrify
- pip3 install -r requirements.txt
- git clone https://gitlab.gwdg.de/GAUMI-fginfo/fg-website-data.git content
script:
- make publish
......
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