UNCLASSIFIED

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

update site

parent 7af85e44
No related merge requests found
Pipeline #44712 failed
stages:
- SITE
- SLIDE
pages:
tags:
- docker
stage: SITE
image:
name: antora/antora:latest
entrypoint: [/bin/sh, -c]
script:
- antora site.yml
- echo '<html><meta http-equiv="refresh" content="0; url=./students/latest/index.html"/></html>' > students/index.html
- echo '<html><meta http-equiv="refresh" content="0; url=./students/latest/index.html"/></html>' > public/index.html
artifacts:
expire_in: 3 mos
paths:
......@@ -19,8 +14,8 @@ pages:
only:
refs:
- master
# variables:
# - $CI_COMMIT_MESSAGE =~ /gensite/
# variables:
# - $CI_COMMIT_MESSAGE =~ /gensite/
generate_adoc-slides:
tags:
......@@ -35,8 +30,8 @@ generate_adoc-slides:
only:
refs:
- master
# variables:
# - $CI_COMMIT_MESSAGE =~ /genslides/
variables:
- $CI_COMMIT_MESSAGE =~ /genslides/
artifacts:
paths:
- slides/misc/custom.css
......
......@@ -10,4 +10,4 @@ ui:
url: https://git.cybbh.space/common/contributing-ui/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
snapshot: true
output:
dir: ./students
dir: ./public
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