Skip to content
Snippets Groups Projects
Commit 42d0009c authored by Malte Schmitz's avatar Malte Schmitz
Browse files

Update uuid check

parent 42d78d15
No related branches found
No related tags found
No related merge requests found
Pipeline #5989 passed
...@@ -5,8 +5,7 @@ deploy: ...@@ -5,8 +5,7 @@ deploy:
paths: paths:
- vendor/ - vendor/
script: script:
- pip install -r requirements.txt - python3 check_uniqueness_of_uids.py
- python check_uniqueness_of_uids.py
- env LANG=en_US.UTF-8 bundle install --path=vendor/ - env LANG=en_US.UTF-8 bundle install --path=vendor/
- env LANG=en_US.UTF-8 bundle exec jekyll build - env LANG=en_US.UTF-8 bundle exec jekyll build
- rsync -6av --delete-after _site/ /var/www/html/ - rsync -6av --delete-after _site/ /var/www/html/
# requires python-frontmatter==1.0.0
import frontmatter import frontmatter
import glob import glob
import sys import sys
......
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