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

ci added

parent a055890e
Branches
No related tags found
No related merge requests found
image: rocker/verse:3.6.2
pages:
stage: deploy
before_script:
- apt-get update
- apt-get install -y tree
script:
- mkdir public
- mv README.md public/
- mv LICENSE public/
- mv data public/
- rm public/data/*.json
- cd public
- tree . > ../tree.txt
- echo "<html><body><pre>" > index.html
- cat ../tree.txt >> index.html
- echo "</pre></body></html>" >> index.html
- rm ../tree.txt
artifacts:
paths:
- public
expire_in: 1 week
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment