UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit a0ef3a43 authored by Brenton Caldwell's avatar Brenton Caldwell
Browse files

Update .gitlab-ci.yml

parent eb0f0658
No related merge requests found
......@@ -11,3 +11,13 @@ genpdf:
- ./*/*.pdf
- ./*/*/*.pdf
- ./*/*/*/*.pdf
make_slide_networking:
script:
- cd network/Slides-adoc
- 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:
- networking/Slides-adoc/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