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

Validate vefore publish

parent 17ecc88b
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ variables:
pages:
stage: deploy
before_script:
- pip install Markdown gitpython pelican
- pip install Markdown gitpython pelican py_w3c
script:
- make publish
artifacts:
......
......@@ -16,6 +16,8 @@ CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
DELETE_OUTPUT_DIRECTORY = True
PLUGINS += ["w3c_validate"]
# Following items are often useful when publishing
#DISQUS_SITENAME = ""
......
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