master: 2ba4c09ed5
Add Gitlab CI file
This commit is contained in:
parent
fdea707ece
commit
2903344b75
3 changed files with 0 additions and 26 deletions
|
@ -1,15 +0,0 @@
|
||||||
image: alpine:latest
|
|
||||||
|
|
||||||
pages:
|
|
||||||
stage: deploy
|
|
||||||
script:
|
|
||||||
- mkdir .public
|
|
||||||
- ls
|
|
||||||
- cp -r * .public
|
|
||||||
- mv .public public
|
|
||||||
- ls public
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- public
|
|
||||||
only:
|
|
||||||
- gh-pages
|
|
|
@ -1,9 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<rss version="2.0">
|
|
||||||
<channel>
|
|
||||||
<title>Kumis Hirnkotze</title>
|
|
||||||
<description>Kumis Hirnkotze</description>
|
|
||||||
<link/>
|
|
||||||
<pubDate>2017-02-17</pubDate>
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
|
@ -1,2 +0,0 @@
|
||||||
".gitlab-ci.yml":
|
|
||||||
layout: false
|
|
Loading…
Reference in a new issue