UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 4eda0191 authored by Alan Cantrell's avatar Alan Cantrell
Browse files

Merge branch 'Update_gitlab-ci.yml' into 'master'

Update gitlab-ci.yml

See merge request CCTC/public!190
parents 31952ae9 6209b637
Branches
Tags
No related merge requests found
make_slide_demo:
script:
- cd courseware/slides
- bundle config --local github.https true
- bundle --path=.bundle/gems --binstubs=.bundle/.bin
- bundle exec asciidoctor-revealjs -a revealjsdir=https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.6.0 slides.adoc
artifacts:
paths:
- courseware/slides/slides.html
- slides.html
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