Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Fragner
website
Commits
e0d706e8
Commit
e0d706e8
authored
Oct 13, 2018
by
Thomas Fragner
Browse files
Update .gitlab-ci.yml
parent
987b222e
Pipeline
#92
passed with stages
in 2 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e0d706e8
...
...
@@ -20,22 +20,23 @@ stages:
-
build
-
publish
build-
pdf
:
build-
hugo
:
extends
:
.build-prepare
stage
:
build
script
:
-
./bin/compile-pdf.sh
-
hugo
artifacts
:
paths
:
-
build
-
public
only
:
-
master
build-
hugo
:
build-
pdf
:
extends
:
.build-prepare
stage
:
build
script
:
-
hugo
-
./bin/compile-pdf.sh
-
cp -purv build/pdf/content/* public/
artifacts
:
paths
:
-
public
...
...
@@ -47,7 +48,6 @@ pages:
script
:
-
ls -lrta
-
echo "Copy To Pages"
-
cp -purv build/pdf/content/* public/
artifacts
:
paths
:
-
public
...
...
Write
Preview
Supports
Markdown
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