Merge branch 'gh-pages' of kumigit.xyz:kumitterer/hirnkotze into gh-pages
This commit is contained in:
commit
19dc56668e
2 changed files with 16 additions and 0 deletions
15
.gitlab-ci.yml
Normal file
15
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
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
README.md
Normal file
1
README.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
[![build status](https://kumigit.xyz/kumitterer/hirnkotze/badges/gh-pages/build.svg)](https://kumigit.xyz/kumitterer/hirnkotze/commits/gh-pages)
|
Loading…
Reference in a new issue