Create rewriter
This commit is contained in:
parent
dfedeeed6f
commit
71038d33ae
3 changed files with 22 additions and 0 deletions
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
image: alpine:latest
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- echo 'Nothing to do...'
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
1
public/_redirects
Normal file
1
public/_redirects
Normal file
|
@ -0,0 +1 @@
|
|||
/* https://slides.gitlab-pages.theorangeone.net/:splat 200
|
10
public/index.html
Normal file
10
public/index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Slides</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Slides</h1>
|
||||
</body>
|
||||
</html>
|
Reference in a new issue