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

ci updated

parent bced4625
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,9 @@ pages:
- rm public/data/*.json
- 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
- rm ../tree.txt
......@@ -22,4 +24,10 @@ pages:
- public
expire_in: 1 week
only:
- master
refs:
- master
changes:
- .gitlab-ci.yml
- README.md
- LICENSE
- data/*.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment