Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
bluprince13
Example LaTeX CI using GitLab Pages
Commits
d8a5a6dc
Commit
d8a5a6dc
authored
Jan 17, 2019
by
bluprince13
Browse files
comments updated
parent
7759d8b0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
.gitlab-ci.yml
.gitlab-ci.yml
+2
-4
No files found.
.gitlab-ci.yml
View file @
d8a5a6dc
...
...
@@ -14,9 +14,7 @@ pages:
artifacts
:
paths
:
-
public
# instruct GitLab to keep the public folder
# deploy the pdf only for the master branch
# and only for tagged releases (e.g. 0.1, 1.0)
only
:
-
tags
-
tags
# Only for tagged releases (e.g. 0.1, 1.0)
except
:
-
branches
\ No newline at end of file
-
branches
# Only for the master branch
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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