Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
POTTIER Francois
menhir
Commits
c607e231
Commit
c607e231
authored
Nov 08, 2018
by
POTTIER Francois
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt to use GitLab Pages.
parent
1ff9f4b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
0 deletions
+30
-0
.gitlab-ci.yml
.gitlab-ci.yml
+9
-0
public/index.html
public/index.html
+17
-0
public/style.css
public/style.css
+4
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
c607e231
pages
:
stage
:
deploy
script
:
-
echo 'Nothing to do...'
artifacts
:
paths
:
-
public
only
:
-
master
public/index.html
0 → 100644
View file @
c607e231
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
Plain HTML site
</title>
<link
rel=
"stylesheet"
href=
"style.css"
>
</head>
<body>
<h1>
Hello World!
</h1>
<p>
This is a simple page.
</p>
</body>
</html>
public/style.css
0 → 100644
View file @
c607e231
body
{
font-family
:
sans-serif
;
margin
:
auto
;
}
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