Skip to content
Snippets Groups Projects
Commit 522d1232 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

pushd and popd for the theme

parent 22aa47b0
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -22,8 +22,6 @@ slides:
stage: slides
script:
- apt update && apt install -y git
- git clone https://github.com/matze/mtheme.git
- cd mtheme && make sty && make install sty
- ./build_slides.sh
artifacts:
paths:
......
#! /bin/bash
set -e
# take and build the theme
git clone https://github.com/matze/mtheme.git
pushd mtheme
make sty
make install sty
popd
# compile the slides
pushd slides
latexmk -pdf *.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