Skip to content
Snippets Groups Projects
Verified Commit b49e22e5 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

add .gitlab-ci.yml

parent 88051c1c
Branches
No related tags found
No related merge requests found
Pipeline #287 failed
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages:
stage: deploy
image: lbmc/pandoc:2.11
script:
- mkdir -p public/img
- make
- cp img/* public/img/
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment