UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit a6efbc88 authored by kmc-home's avatar kmc-home
Browse files

update site 4

parent d7aa9a72
Branches
No related merge requests found
Pipeline #44715 passed with stages
in 20 seconds
......@@ -17,22 +17,22 @@ pages:
# variables:
# - $CI_COMMIT_MESSAGE =~ /gensite/
generate_adoc-slides:
tags:
- docker
image: asciidoctor/docker-asciidoctor:latest
variables:
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/os/public/-/jobs/$CI_JOB_ID/artifacts/raw/slides/misc/custom.css -a revealjsdir=https://cdn.jsdelivr.net/npm/reveal.js@3.9.2 $adoc; done
only:
refs:
- master
variables:
- $CI_COMMIT_MESSAGE =~ /genslides/
artifacts:
paths:
- slides/misc/custom.css
untracked: true
expire_in: 3 mos
# generate_adoc-slides:
# tags:
# - docker
# image: asciidoctor/docker-asciidoctor:latest
# variables:
# 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/os/public/-/jobs/$CI_JOB_ID/artifacts/raw/slides/misc/custom.css -a revealjsdir=https://cdn.jsdelivr.net/npm/reveal.js@3.9.2 $adoc; done
# only:
# refs:
# - master
# variables:
# - $CI_COMMIT_MESSAGE =~ /genslides/
# artifacts:
# paths:
# - slides/misc/custom.css
# untracked: true
# expire_in: 3 mos
* Test
** xref:Test.adoc[Test Page]
** xref:test.adoc[Test Page]
= This is the Index page
\ No newline at end of file
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