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

ci updated

parent f11736a1
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,9 @@ pages:
- mv data public/
- cd public
- tree . > ../tree.txt
- echo "<html><body><pre>" > index.html
- echo "<html>" > index.html
- echo "<head><title>hdw-pica</title></head>" >> index.html
- echo "<body><pre>" >> index.html
- cat ../tree.txt >> index.html
- echo "</pre></body></html>" >> index.html
- rm ../tree.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment