Skip to content
Snippets Groups Projects
Commit 4fe40c95 authored by Donatus Herre's avatar Donatus Herre
Browse files

ci updated

parent 4d4c362a
Branches
No related tags found
No related merge requests found
......@@ -12,11 +12,20 @@ pages:
- mv data public
- cd public
- tree . > ../tree.txt
- echo "<html><body><pre>" > index.html
- echo "<html>" > index.html
- echo "<head><title>cph-beacon</title></head>" >> index.html
- echo "<body><pre>" >> index.html
- cat ../tree.txt >> index.html
- echo "</pre></body></html>" >> index.html
artifacts:
paths:
- public
- public
expire_in: 1 week
only:
- master
refs:
- master
changes:
- .gitlab-ci.yml
- README.md
- LICENSE
- data/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment