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

ci updated

parent 4de36651
Branches
No related tags found
No related merge requests found
......@@ -7,13 +7,14 @@ pages:
- apt-get install -y tree
script:
- mkdir public
- cp -r data public/
- mv README.md public/
- mv data public/
- cd public
- tree . > ../tree.txt
- echo "<html><body><pre>" > index.html
- cat ../tree.txt >> index.html
- echo "</pre></body></html>" >> index.html
- cd ..
- rm ../tree.txt
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment