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
Nicholas J Anderson
nander13.gmu.io
Commits
0befecfb
Commit
0befecfb
authored
Sep 16, 2016
by
Achilleas Pipinellis
Browse files
Use an example to host from the root dir
parent
04984f7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0befecfb
...
...
@@ -3,9 +3,11 @@ image: alpine:latest
pages
:
stage
:
deploy
script
:
-
echo 'Nothing to do...'
-
mkdir .public
-
cp -r * .public
-
mv .public public
artifacts
:
paths
:
-
public
only
:
-
master
-
master
\ 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