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

ci updated

parent 1bd365f9
Branches master
No related tags found
No related merge requests found
Pipeline #145425 passed
......@@ -19,7 +19,9 @@ pages:
- cp -r data public
- cd public
- tree . > ../tree.txt
- echo "<html><body><pre>" > index.html
- echo "<html>" > index.html
- echo "<head><title>vag-sru</title></head>" >> index.html
- echo "<body><pre>" >> index.html
- cat ../tree.txt >> index.html
- echo "</pre></body></html>" >> index.html
- cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment