UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit c8676713 authored by Kevin Crotty's avatar Kevin Crotty
Browse files

Merge branch 'custcss-fix' into 'master'

Allow :customcss: to be read from slide docs

See merge request !71
parents 4be685b6 a10a341c
1 merge request!71Allow :customcss: to be read from slide docs
Pipeline #85028 passed with stages
in 1 minute and 22 seconds
......@@ -28,7 +28,7 @@ genslide:
GIT_LFS_SKIP_SMUDGE: "1"
script: |
apk --update add grep
grep -rlIi ":slides: true" --include \*.adoc | while read adoc;do asciidoctor-revealjs --timings --failure-level WARN -a revealjs_slideNumber=true -a customcss=https://git.cybbh.space/sec/public/-/jobs/$CI_JOB_ID/artifacts/raw/custom.css -a revealjsdir=https://cdn.jsdelivr.net/npm/reveal.js@3.9.2 $adoc; done
grep -rlIi ":slides: true" --include \*.adoc | while read adoc;do asciidoctor-revealjs --timings --failure-level WARN -a revealjs_slideNumber=true -a revealjsdir=https://cdn.jsdelivr.net/npm/reveal.js@3.9.2 $adoc; done
when: always
artifacts:
......
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