removed the gitlab ci yaml and change the page title
This commit is contained in:
parent
5969bbd4be
commit
cb8f35d68a
@ -1,16 +0,0 @@
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- mkdir .public
|
||||
- cp index.html .public
|
||||
- cp FavouriteQuotes.json .public
|
||||
- cp app.js .public
|
||||
- cp style.css .public
|
||||
- cp favicon.ico .public
|
||||
- rm -rf public
|
||||
- mv .public public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
|
||||
<title>read quote</title>
|
||||
<title>fyrfli's favourite quotes</title>
|
||||
<link rel="shortcut icon" href="./assets/img/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet/less" type="text/css" href="/css/styles.less" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/less@4"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user