Skip to content
Snippets Groups Projects
Commit 86b51e4c authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

gitlab ci script for building

parent ac3d4916
No related branches found
No related tags found
No related merge requests found
Pipeline #
image: python:3-alpine
pages:
script:
- pip install j2static
- mkdir public
- j2static generate
artifacts:
paths:
- site
only:
- master
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