Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
d002f8f8
Unverified
Commit
d002f8f8
authored
Mar 02, 2017
by
David Haynes
Browse files
Try out new pages job for gitlab-ci
- maybe it will work on the first try?
parent
8be35011
Pipeline
#1011
passed with stages
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d002f8f8
...
...
@@ -10,3 +10,14 @@ build_css:
paths
:
-
masonstrap/masonstrap.min.css
pages
:
stage
:
deploy
script
:
-
mkdir .public
-
cp index.html masonstrap/masonstrap.min.css .public
-
mv .public public
artifacts
:
paths
:
-
public
only
:
-
master
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