Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Documents and Graphics
Pandoc Templates
Slides
Commits
f0705f58
Commit
f0705f58
authored
Jul 23, 2022
by
Nicolas Lenz
Browse files
Update for out folder
parent
850f0cb7
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
f0705f58
slides.pdf
slides.tex
out/
README.md
View file @
f0705f58
...
...
@@ -60,7 +60,7 @@ your project folder
└── … the contents of this repo
```
Compile your project with
`make -f template/makefile`
, the output will be in the file
`slides.pdf`
.
Compile your project with
`make -f template/makefile`
, the output will be in the file
`
out/
slides.pdf`
.
If you're using the docker image run this:
...
...
build.gitlab-ci.yml
View file @
f0705f58
...
...
@@ -4,8 +4,7 @@ build:
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
script
:
-
make -f template/makefile slides.pdf slides.tex
-
make -f template/makefile
out/
slides.pdf
out/
slides.tex
artifacts
:
paths
:
-
slides.pdf
-
slides.tex
-
out/
pages.gitlab-ci.yml
View file @
f0705f58
...
...
@@ -6,8 +6,8 @@ pages:
image
:
docker.io/alpine:latest
script
:
-
mkdir public
-
mv slides.pdf public/$OUTPUT_NAME.pdf
-
mv slides.tex public/$OUTPUT_NAME.tex
-
mv
out/
slides.pdf public/$OUTPUT_NAME.pdf
-
mv
out/
slides.tex public/$OUTPUT_NAME.tex
artifacts
:
paths
:
-
public
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment