Skip to content
Snippets Groups Projects
Commit b8bfca05 authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

add gerneration of working group pages

parent 0ed57615
No related branches found
No related tags found
No related merge requests found
Pipeline #104077 passed
...@@ -27,7 +27,13 @@ pandoc: ...@@ -27,7 +27,13 @@ pandoc:
- pandoc --standalone build/topic-template.md -o build/topic-template.html --mathjax - pandoc --standalone build/topic-template.md -o build/topic-template.html --mathjax
# build index # build index
- pandoc --standalone build/index.md -o build/index.html --mathjax - pandoc --standalone build/index.md -o build/index.html --mathjax
# build static staff pages (generated by create-staff-yml.sh # build static working group pages
- pandoc --standalone ./build/aa.md -o ./build/aa.html --mathjax
- pandoc --standalone ./build/dm.md -o ./build/dm.html --mathjax
- pandoc --standalone ./build/cm.md -o ./build/cm.html --mathjax
- pandoc --standalone ./build/nm.md -o ./build/nm.html --mathjax
- pandoc --standalone ./build/st.md -o ./build/st.html --mathjax
# build static staff pages (generated by create-staff-yml.sh)
- pandoc --standalone ./build/ataraz.md -o ./build/ataraz.html --mathjax - pandoc --standalone ./build/ataraz.md -o ./build/ataraz.html --mathjax
- pandoc --standalone ./build/cseifert.md -o ./build/cseifert.html --mathjax - pandoc --standalone ./build/cseifert.md -o ./build/cseifert.html --mathjax
- pandoc --standalone ./build/dclemens.md -o ./build/dclemens.html --mathjax - pandoc --standalone ./build/dclemens.md -o ./build/dclemens.html --mathjax
...@@ -71,8 +77,6 @@ pandoc: ...@@ -71,8 +77,6 @@ pandoc:
paths: paths:
- build/*.html - build/*.html
pages: pages:
stage: deploy stage: deploy
script: script:
...@@ -84,4 +88,4 @@ pages: ...@@ -84,4 +88,4 @@ pages:
paths: paths:
- public - public
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment