Skip to content
Snippets Groups Projects
Unverified Commit 63bf14ad authored by thoth's avatar thoth
Browse files

feat: add gitlab ci

parent 43542027
No related branches found
No related tags found
No related merge requests found
Pipeline #108 failed with stage
in 38 seconds
image: pandoc/core:latest
build:
stage: build
script:
- make
artifacts:
paths:
- public
expire_in: 2 week
pages:
stage: deploy
script:
- mv public/slide.html public/index.html
artifacts:
paths:
- public
only:
- master
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment