Mentions légales du service

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

Fix publishing command

parent 4d399da4
No related branches found
No related tags found
No related merge requests found
Pipeline #881472 failed
...@@ -24,7 +24,8 @@ pages: ...@@ -24,7 +24,8 @@ pages:
Rscript plot.R Rscript plot.R
- > - >
guix time-machine -C channels.scm -- shell --pure -m manifest.scm -- guix time-machine -C channels.scm -- shell --pure -m manifest.scm --
latexmk --shell-escape -f -pdf -pdflatex -interaction=nonstopmode study latexmk --shell-escape -f -pdf -pdflatex -interaction=nonstopmode
study.tex
rules: rules:
- if: '$CI_COMMIT_BRANCH == "main"' - if: '$CI_COMMIT_BRANCH == "main"'
artifacts: artifacts:
......
...@@ -43,7 +43,7 @@ Finally, we use LaTeX to produce the manuscript in PDF. ...@@ -43,7 +43,7 @@ Finally, we use LaTeX to produce the manuscript in PDF.
```bash ```bash
guix time-machine -C channels.scm -- shell --pure -m manifest.scm -- \ guix time-machine -C channels.scm -- shell --pure -m manifest.scm -- \
latexmk --shell-escape -f -pdf -pdflatex -interaction=nonstopmode study latexmk --shell-escape -f -pdf -pdflatex -interaction=nonstopmode study.tex
``` ```
## References ## References
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment