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
86c71e10
Commit
86c71e10
authored
Jul 12, 2016
by
winniehell
Browse files
Move index.html to simplify .gitlab-ci.yml
parent
ceb3785a
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
86c71e10
pages
:
stage
:
deploy
script
:
-
mkdir .public
-
cp -r * .public
-
mv .public public
-
echo 'Nothing to do...'
artifacts
:
paths
:
-
public
only
:
-
master
\ No newline at end of file
-
master
README.md
View file @
86c71e10
...
...
@@ -29,9 +29,7 @@ defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
- echo 'Nothing to do...'
artifacts:
paths:
- public
...
...
index.html
→
public/
index.html
View file @
86c71e10
File moved
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