Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
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
Options
Browse Files
Download
Email Patches
Plain Diff
comments updated
parent
7759d8b0
Changes
1
Hide 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:
...
@@ -14,9 +14,7 @@ pages:
artifacts
:
artifacts
:
paths
:
paths
:
-
public
# instruct GitLab to keep the public folder
-
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
:
only
:
-
tags
-
tags
# Only for tagged releases (e.g. 0.1, 1.0)
except
:
except
:
-
branches
-
branches
# Only for the master branch
\ No newline at end of file
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