Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 065d2068 authored by FELŠÖCI Marek's avatar FELŠÖCI Marek
Browse files

Fix syntax of CI configuration file

parent 4eca591d
No related tags found
No related merge requests found
......@@ -16,24 +16,19 @@ buildrawlatex:
stage: build
tags: ['guix']
script:
# create the public repository where to publish
- mkdir -p static/rawlatex/
# Publish the org content
- cd rawlatex
- guix time-machine --channels=compose-publish-channels.scm -- shell --pure --manifest=compose-publish-manifest.scm -- latexmk -pdf -xelatex -interaction=nonstopmode
- cd ..
# Make index of public folder:
- cp rawlatex/*.pdf static/rawlatex/
artifacts:
paths:
- static/rawlatex/
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
if: '$CI_PIPELINE_SOURCE == "push"'
- if: '$CI_COMMIT_BRANCH == "master" && $CI_PIPELINE_SOURCE == "push"'
# changes:
# - rawlatex/*.tex
# - rawlatex/*/*.tex
......
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